Help for this page

Select Code to Download


  1. or download this
    $ua->proxy('http','http://myuser:mypass@10.0.4.77');
    $ua->proxy(http =>'http://myuser:mypass@10.0.4.77');
    $ua->proxy('http','http://10.0.4.77');
    $ua->proxy('http','http://10.0.4.77:80');
    $ua->proxy('http','http://myuser:mypass@10.0.4.77:80');
    
  2. or download this
    use strict;
    use LWP::UserAgent;
    ...
        } #else for if ($res->is_success) 
    } #sub do_post_action