in reply to Type of arg 1 to shift must be array (not sort)
if ($array->[$_] == $number) { splice(@$array, $_, 1); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Type of arg 1 to shift must be array (not sort)
by Fletch (Bishop) on Dec 15, 2005 at 21:51 UTC |