in reply to delete array of hashes
or
$#array = -1;will empty your array. Or you could just assign another list to the array and skip the emptying step.
@array = ($newhashref1, $newhashref2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: delete array of hashes
by popsin (Initiate) on Sep 16, 2004 at 16:14 UTC | |
by davorg (Chancellor) on Sep 16, 2004 at 16:32 UTC | |
by popsin (Initiate) on Sep 16, 2004 at 17:29 UTC |