in reply to Re^2: Google Images via CGI
in thread Google Images via CGI

Very often a
print Dumper($google)."\n";
helps. It usually contains the request and the reply.

Not a Perl solution, but when debugging SOAP-crap very often

tcpdump -nXs 8192 -c 1000 port 80 >dump.log
also helps alot, because you get the raw data stream. You man need to be more specific with the filter conditions depending on the load of your computer.

Replies are listed 'Best First'.
Re^4: Google Images via CGI
by Anonymous Monk on Sep 03, 2009 at 12:28 UTC
    Not WebService::Simple , its special like that :)