- or download this
#!perl
for $invalue (qw/ 1 -10 abc /) {
...
}
}
- or download this
1 appears to be a number.
-10 appears to be a number.
Argument "abc" isn't numeric in add at num.pl line 3.
abc appears to be a number.
- or download this
#!perl
for $invalue (qw/ 1 -10 abc /) {
...
}
}
- or download this
1 appears to be a number.
-10 appears to be a number.
abc is *not* a Number; Details: Argument "abc" isn't numeric in add at
+ num.pl line 4.