in reply to Re: Perl compare ( numeric in void isn't numeric)
in thread Perl compare
it's a list
my ($num1,$num2) = split (',',$number4); if ($num1 == 1 && $num2 == 2) {....
above code have no warning
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl compare ( numeric in void isn't numeric)
by choroba (Cardinal) on Sep 26, 2014 at 13:36 UTC | |
|
Re^3: Perl compare ( numeric in void isn't numeric)
by GotToBTru (Prior) on Sep 26, 2014 at 14:33 UTC |