Re: [twitter-dev] Perl script for retrieving twits

2009-12-02 Thread Dave Sherohman
On Tue, Dec 01, 2009 at 06:20:05AM -0800, Oreste wrote: > I'm using Net::Twitter module which is working nicely. I'm getting > back a lot of variables, I need to grab just those variables giving me > the message and date. Could you help me to find them out? > > This is the script I'm using: > > u

[twitter-dev] Perl script for retrieving twits

2009-12-01 Thread Oreste
I'm using Net::Twitter module which is working nicely. I'm getting back a lot of variables, I need to grab just those variables giving me the message and date. Could you help me to find them out? This is the script I'm using: use Net::Twitter; use Data::Dumper; my $nt = Net::Twitter->new( traits