Help for this page

Select Code to Download


  1. or download this
    BEGIN { $ENV{HTTP_proxy}="http://10.2.7.11:8080" }
    use LWP::Simple;
    
  2. or download this
    use LWP::Simple qw($ua);
    $ua->proxy([qw(http ftp)], 'http://10.2.7.11:8080');