SPUG: Help!!!!

Luis Medrano Zaldivar lmzaldivar at gmail.com
Fri Sep 30 14:35:11 PDT 2005


I see the content of the variable $responce but my question is how can I
pipe each value to a particular variable or array?

Thanks,
Luis


-----Original Message-----
From: jerry gay [mailto:jerry.gay at gmail.com] 
Sent: Friday, September 30, 2005 2:10 PM
To: Luis Medrano Zaldivar
Cc: spug-list at pm.org
Subject: Re: SPUG: Help!!!!

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