in reply to Re: How do I move specific values from one hash to another?
in thread How do I move specific values from one hash to another?
for a one line approach$newhash{$key} = delete $oldhash{$key};
Update ack! Tye beat me to it... :)
- Ant
|
|---|