Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print Dumper($response), "\n";
    
  2. or download this
    print "\n----\nHEADERS ", __FILE__, " SENT\n";
    print $response->request->headers->as_string;
    print "\n----\nHEADERS ", __FILE__, " RECIEVED FROM ", $response->requ
    +est->uri, "\n";
    print $response->headers->as_string, "\n----\n";