![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^5: How do I use curl with perl and Twitterby davorg (Chancellor) |
on Jul 21, 2009 at 22:13 UTC ( [id://782104]=note: print w/replies, xml ) | Need Help?? |
This is one of those (many) places where use warnings will tell you exactly what you are doing wrong. Not an ARRAY reference at ./twit line 13. The value you're getting back in $result is a hash reference. You can't treat it as an array reference. Coding without use warnings is stupid. Don't do it.
In Section
Seekers of Perl Wisdom
|
|