Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print("Removed:\n");
    $ua->remove_handler('response_header');
    print($ua->get($url)->status_line(), "\n");
    
  2. or download this
    Added:
    HANDLER
    ...
    200 OK
    Removed:
    200 OK