X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FListeners.pm;fp=perl%2FListeners.pm;h=78209cc88ff60e861ca747f08a54d68d9f65cbda;hb=2a4700c098adc015869d76ab959ffc47e27c6276;hp=dda7bd1256dfc65ab5212770942aaf1cd6d1c111;hpb=da8f364e5aa8555d0b39e571c3f99bb188f0b7a2;p=spider.git diff --git a/perl/Listeners.pm b/perl/Listeners.pm index dda7bd12..78209cc8 100644 --- a/perl/Listeners.pm +++ b/perl/Listeners.pm @@ -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;