in reply to Re^3: libwww-perl basics
in thread libwww-perl basics
I tried that, and I get:
Can't locate object method "headers" via package "LWP::UserAgent" at.. +.
I also tried:
and I got:for my $header (@{$response->headers->header_field_names}) { print $header, ": ", $response->header($header), "\n"; }
Can't use string ("29") as an ARRAY ref while "strict refs" in use at. +..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: libwww-perl basics
by roboticus (Chancellor) on Aug 12, 2010 at 18:23 UTC | |
by Anonymous Monk on Aug 13, 2010 at 10:42 UTC |