RE: killing a hash

2002-12-20 Thread wiggins
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

RE: killing a hash

2002-12-20 Thread Kipp, James
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 >

RE: killing a hash

2002-12-20 Thread Bob Showalter
> -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

killing a hash

2002-12-20 Thread Johnstone, Colin
Gidday all, to kill an array or reset it you do @arrayname(); how do you reset a hash %hashname; Regards Colin Johnstone