in reply to Remove key/value pairs from a hash
Thanks,
Mike
EDIT -
$before = keys %hash1; $after = keys %hash1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Remove key/value pairs from a hash
by ikegami (Patriarch) on Jun 11, 2005 at 06:27 UTC |