Help for this page
$ export http_proxy=http://proxy.example.com:3128/ $ perl myclonescript.pl
BEGIN { $ENV{http_proxy} = 'http://proxy.example.com:3128/'; } use WWW::Mechanize ...