From 0580815a564ec6d31dca02ea98e1bbc2a23b0815 Mon Sep 17 00:00:00 2001 From: minima Date: Thu, 14 Jun 2001 23:30:43 +0000 Subject: [PATCH] add examples --- perl/Internet.pm | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.34.1