add some more comment on what to do
authorminima <minima>
Mon, 10 Jan 2005 18:34:53 +0000 (18:34 +0000)
committerminima <minima>
Mon, 10 Jan 2005 18:34:53 +0000 (18:34 +0000)
perl/Listeners.pm

index dda7bd1256dfc65ab5212770942aaf1cd6d1c111..78209cc88ff60e861ca747f08a54d68d9f65cbda 100644 (file)
@@ -13,7 +13,11 @@ package main;
 use vars qw(@listen);
 
 @listen = (
-#                 ["0.0.0.0", 7300],
-                 );
+# remove the '#' character from the next line to enable the listener!
+  #               ["0.0.0.0", 7300],
+# ^
+# |
+# This one!!!!!
+);
  
 1;