SPUG: Help!!!!

jerry gay jerry.gay at gmail.com
Fri Sep 30 14:10:14 PDT 2005


my $responce = $rpc->call ("blogger.getUsersBlogs",$key,$username,$password);

use Data::Dumper; $Data::Dumper::Indent= 1;
print Dumper $responce;

this will show you the data inside the '$responce' reference.
access the info using methods mentioned above.

for more, see

'perldoc perlref'
~jerry


More information about the spug-list mailing list