Help for this page
foreach $val (@{$memrevmap{$key}}) { print "pushing into $key, $val\n"; $revmap{$key}=[@{$revmap{$key}}, $val]; }