Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    die "Couldn't get $url -- " ,$response->status_line
    unless $response->is_success;
    
  2. or download this
    $browser->proxy(http => 'http://proxy.whateverisp.com:8001');
    $browser->proxy(ftp => 'http://proxy.whateverisp.com:2101');