add examples
authorminima <minima>
Thu, 14 Jun 2001 23:30:43 +0000 (23:30 +0000)
committerminima <minima>
Thu, 14 Jun 2001 23:30:43 +0000 (23:30 +0000)
perl/Internet.pm

index 49cc1ff6376adcd687e6b2ac2a6acd56621d2aa5..b6a387ee36fb98bc03d0da059e263b2f36fdc060 100644 (file)
@@ -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;