in reply to Re^2: using function delete with arrays
in thread using function delete with arrays
2.1, 2.2: The first paragraph of "perldoc -f delete" contains:
In the case of an array, if the array elements happen to be at the end, the size of the array will shrink to the highest element that tests true for exists() (or 0 if no such element exists).
Does this reasonably answer your question?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: using function delete with arrays
by locked_user rumos-er (Novice) on Jul 18, 2007 at 06:24 UTC | |
by cdarke (Prior) on Jul 18, 2007 at 11:20 UTC |