in reply to Re^2: Class-C subnet discovery/scanner
in thread Class-C subnet discovery/scanner

I still get a warning when warnings are enabled:

$ perl -Mwarnings -c 747546.pl Name "NetMon::Util::FH" used only once: possible typo at 747546.pl lin +e 63.

Replies are listed 'Best First'.
Re^4: Class-C subnet discovery/scanner
by jbryan (Acolyte) on Mar 03, 2009 at 19:43 UTC
    Ahh yeah - missed that one through all the debug output. Quick and dirty fix added to the code above. (my $fh; ... sysopen($fh,...)) Thanks for the heads up.