in reply to one hash value (array) into another
map (push (@{$hash{'two'}}, $_), @{$hash{'one'}}); [download]