I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-11-15 09:24:34.208698-08 by zhe
Why my search result is undef?
I am using the following code to search. But get a output "undef". Can anyone help me to fix it?
use Net::Twitter; use Data::Dumper; my $nt = Net::Twitter->new(traits => [qw/API::Search WrapError/]); my $search_term = 'twitter'; my $r = $nt->search($search_term); print Dumper $r;
Direct Responses: 13062 | Write a response