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 13:49:00.104208-08 by semifor in response to 13068
Re: Why my search result is undef?
If I understand the problem correctly, you're behind a firewall and the 403 you're getting is generated internally. You may be able resolve the problem by specifying the proxy server address in the environment. In the perl code, before the Net::Twitter->new call, add: $ENV{HTTP_PROXY} = $proxy_address; Where $proxy_address is the ip address of your proxy server. You can contact me directly via email: marc <at> questright.com.
Direct Responses: Write a response