Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "headers" via package "LWP::UserAgent" at..
    +.
    
  2. or download this
    for my $header (@{$response->headers->header_field_names}) {
        print $header, ": ", $response->header($header), "\n";
    }
    
  3. or download this
    Can't use string ("29") as an ARRAY ref while "strict refs" in use at.
    +..