Help for this page

Select Code to Download


  1. or download this
    my %temphash;
    while (($key,\@val) = each %myhash) {
    ...
    while (($key,$val) = each %temphash) {
       $myhash{$val} = split $key;
    }