in reply to Re^6: scandns.pl
in thread scandns.pl
Your last statement:
Please read my original reply again. My suggested fix was not to repla +ce ($x==4) with ($x==0) but to replace my $x; with my $x=0;
I think if you carefully go back over all this, you'll see neither of us suggested:
($x==4) with ($x==0)
I'm going to take this opportunity to suggest that we'd both do well to drop this.
It's all beginning to seem pretty silly. Don't you think? :)
Best wishes, jdporter.
--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^8: scandns.pl
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 | |
by taint (Chaplain) on Nov 15, 2013 at 20:19 UTC | |
by jdporter (Paladin) on Nov 15, 2013 at 22:23 UTC | |
|