in reply to Re^4: scandns.pl
in thread scandns.pl
I just now copied the source from this page. Then only removed the
($x==4)
from the offending line, and replaced it with your proposed solution
($x=0)
then ran it;
I have no idea. The only possible difference(s) I can imagine, would be% ./scandns.pl 209.197.123.153/29 209.197.123.153 is an invalid address %
Sincerely confused.
Best wishes.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: scandns.pl
by jdporter (Paladin) on Nov 15, 2013 at 01:50 UTC | |
by taint (Chaplain) on Nov 15, 2013 at 02:32 UTC | |
by jdporter (Paladin) on Nov 15, 2013 at 02:43 UTC | |
by taint (Chaplain) on Nov 15, 2013 at 03:06 UTC | |
by jdporter (Paladin) on Nov 15, 2013 at 20:12 UTC | |
|