[Ftnpl-cvs] SF.net SVN: ftnpl:[600] trunk/scripts/BBBS/mrtgbbbs/mrtgbbbs.pl
Brought to you by:
jame
|
From: <ja...@us...> - 2011-07-12 21:22:20
|
Revision: 600
http://ftnpl.svn.sourceforge.net/ftnpl/?rev=600&view=rev
Author: jame
Date: 2011-07-12 21:22:09 +0000 (Tue, 12 Jul 2011)
Log Message:
-----------
Explicitly set scope of variables in mrtgbbbs.pl
Modified Paths:
--------------
trunk/scripts/BBBS/mrtgbbbs/mrtgbbbs.pl
Modified: trunk/scripts/BBBS/mrtgbbbs/mrtgbbbs.pl
===================================================================
--- trunk/scripts/BBBS/mrtgbbbs/mrtgbbbs.pl 2011-07-12 20:30:18 UTC (rev 599)
+++ trunk/scripts/BBBS/mrtgbbbs/mrtgbbbs.pl 2011-07-12 21:22:09 UTC (rev 600)
@@ -12,8 +12,10 @@
our $VERSION = 1.3;
-#$DEBUG = 0;
+my ($host, $type, $socket, $first, $second, $time );
+#my $DEBUG = 0;
+
if ( $ARGV[0] ) {
$host = $ARGV[0];
$type = $ARGV[1];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|