in reply to Re^2: Pronoun Programming
in thread Pronoun Programming

Hehe very true. I was thinking of a regular scalar and just expanded it to the hash. It does seem kind of strange to me that delete $hash{$key}; works but $_ = $hash{$key}; delete $_ doesn't.


___________
Eric Hodges