Undef hash

2003-09-05 Thread Paul Kraus
How can I kill a hash? I don't want to kill the entire hash just one element. $hash{key}=value - I just want to remove this one not all of %hash. Paul Kraus -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Undef hash

2003-09-05 Thread Marcos . Rebelo
delete($hash{key}) -Original Message- From: Paul Kraus [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 3:29 PM To: [EMAIL PROTECTED] Subject: Undef hash How can I kill a hash? I don't want to kill the entire hash just one element. $hash{key}=value - I just want to remove