From: minima Date: Thu, 14 Jun 2001 23:30:43 +0000 (+0000) Subject: add examples X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=0580815a564ec6d31dca02ea98e1bbc2a23b0815;p=spider.git add examples --- diff --git a/perl/Internet.pm b/perl/Internet.pm index 49cc1ff6..b6a387ee 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -45,12 +45,16 @@ $qrz_pw = undef; # # leave as is unless you need one # +# eg: $http_proxy = 'wwwcache.demon.co.uk'; +# $http_proxy = undef; # # HTTP proxy port - again leave alone unless you need this # +# eg: $http_proxy_port = 8080; +# $http_proxy_port = undef;