in reply to Re^2: Howto Avoid Memory Problem in List::MoreUtils
in thread Howto Avoid Memory Problem in List::MoreUtils
Why not simply:$array[$j] = $last = $e;
$array[$j] = $e;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Howto Avoid Memory Problem in List::MoreUtils
by ikegami (Patriarch) on May 09, 2006 at 06:03 UTC |