Chas. Owens wrote:

You initialize a hash with a list.  So if you want an empty hash then
you need to assign an empty list to it:

%hash = ();


Couldn't you go

undef( %hash );

to get an undefined ref - leaving the old contents for the system to free up?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to