Or let it go out of scope, but then it is no longer available to re-add to. This works
well within loops however, where it will be newly initialized.
http://danconia.org
On Sat, 21 Dec 2002 01:32:43 +1100, "Johnstone, Colin"
<[EMAIL PROTECTED]> w
undef %hash;
> -Original Message-
> From: Johnstone, Colin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 20, 2002 9:33 AM
> To: '[EMAIL PROTECTED]'
> Subject: killing a hash
>
>
> Gidday all,
>
> to kill an array or reset it you do
>
> -Original Message-
> From: Johnstone, Colin [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 20, 2002 9:33 AM
> To: '[EMAIL PROTECTED]'
> Subject: killing a hash
>
>
> Gidday all,
>
> to kill an array or reset it you do
>
&g
Gidday all,
to kill an array or reset it you do
@arrayname();
how do you reset a hash
%hashname;
Regards
Colin Johnstone