http://qs1969.pair.com?node_id=781988


in reply to Re^2: How do I use curl with perl and Twitter
in thread How do I use curl with perl and Twitter

You're making this far harder than it needs to be.

#!/usr/bin/perl use strict; use warnings; use Data::Dumper; use Net::Twitter; my $nt = Net::Twitter->new; print Dumper $nt->show_user('davorg');

You don't even need to authenticate unless you're trying to access a user who has protected their updates.

--

See the Copyright notice on my home node.

Perl training courses