Hi,
I've been using a Perl script to post to twitter for a long time. About a week ago it stopped working. Here are the script and the execution results. Any help will be highly appreciated. Thanks very much!
#!/usr/bin/perl -w
use Net::Twitter;
$twitter_username = "my-email-address";
$twitter_password = "my-twitter-password";
$twitter_message = "this is a test";
my $t = Net::Twitter->new({user=>$twitter_username, pass=>$twitter_password});
print "Debug: Handle: $t\n";
my $result = $t->update($twitter_message);
print "Debug: Twitter posting results: $result\n";
$ ./twitter.pl
Debug: Handle: Net::Twitter::with__Legacy=HASH(0x8f1edd4)
Use of uninitialized value in concatenation (.) or string at ./twitter.pl line 13.
Debug: Twitter posting results: