in reply to Remove key/value pairs from a hash

Thanks ikegami & Zaxo.

The reason I'm thinking it isn't working is if I print out %hash1 AFTER deleting the key/value pairs, it is the same size as it was before deleting the pairs.

I must have an issue elsewhere. Thanks for the help. I'll continue looking.
Mike

Replies are listed 'Best First'.
Re^2: Remove key/value pairs from a hash
by ikegami (Patriarch) on Jun 11, 2005 at 05:57 UTC
    I'm curious... What do you mean by the size of the hash? How do you obtain it?