![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: How do I use curl with perl and Twitterby davorg (Chancellor) |
on Jul 20, 2009 at 20:54 UTC ( #781764=note: print w/replies, xml ) | Need Help?? |
Corion is right that you should be using Net::Twitter, but I think your code is a little confused anyway. You're using LWP::UserAgent, but you seem to be trying to treat it like WWW::Curl::Easy. These are two different modules.
In Section
Seekers of Perl Wisdom
|
|