Help for this page

Select Code to Download


  1. or download this
    $ wget -O - http://www.tau.ac.il/tau.pac
    --17:49:19--  http://www.tau.ac.il/tau.pac
    ...
                       "PROXY 132.66.16.23:8080";
            }
        }
    
  2. or download this
    use HTTP::ProxyAutoConfig ;
    use LWP::Simple qw(&getstore $ua);
    ...
                                                                          
    +          
    my $file='test.html';
    print "success" if (getstore($url, $file));