Help for this page

Select Code to Download


  1. or download this
    $ export http_proxy=http://proxy.example.com:3128/
    $ perl myclonescript.pl
    
  2. or download this
    BEGIN {
       $ENV{http_proxy} = 'http://proxy.example.com:3128/';
    }
    use WWW::Mechanize
    ...