in reply to Re^5: scandns.pl
in thread scandns.pl
Please read my original reply again. My suggested fix was not to replace
($x==4)
with
($x==0)
but to replace
my $x;
with
my $x=0;
All I can say is, if this is the accuracy with which you approach programming, I would never hire you.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: scandns.pl
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 | |
by taint (Chaplain) on Nov 15, 2013 at 20:19 UTC | |
|