Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    use LWP::UserAgent;
    use MIME::Base64;
    ...
    for my $key ( $response->header_field_names() ) {
    print $key, ":", $response->header( $key ), "\n";
    }