http://www.perlmonks.org?node_id=304477


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

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