http://www.perlmonks.org?node_id=319230


in reply to one hash value (array) into another

Alternatively, you can do:
@{$hash{two}} = @{$hash{one}};

------
We are the carpenters and bricklayers of the Information Age.

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.