in reply to Loosing Negative Values in Array Ref
If you add
you'll never see any negative numbers. This means code before is problem, but what is it supposed to do?warn $tmp->[$i] = '0'; # Need to check for numeric or string values here:::
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Loosing Negative Values in Array Ref
by Anonymous Monk on Jun 03, 2009 at 13:33 UTC | |
by Thelonius (Priest) on Jun 03, 2009 at 14:17 UTC |