Help for this page
my %temphash; while (($key,\@val) = each %myhash) { ... while (($key,$val) = each %temphash) { $myhash{$val} = split $key; }