in reply to Clearing an Array of Array's from memory
This will make @myarray = undef. I don't believe clearing it out will slow down your program any despite the size of the array.undef(@myarray);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Clearing an Array of Array's from memory (=undef)
by tye (Sage) on Aug 29, 2003 at 17:57 UTC |