in reply to How do I completely empty out an array?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Answer: How do I completely empty out an array?
by thelenm (Vicar) on Nov 04, 2003 at 17:04 UTC

    This doesn't empty out the array, it just fills the array with undef values. The array is still the same size as before (i.e. not empty, unless it was already empty).

    -- Mike

    --
    XML::Simpler does not require XML::Parser or a SAX parser. It does require File::Slurp.
    -- grantm, perldoc XML::Simpler