Help for this page

Select Code to Download


  1. or download this
        $_ = $prefix . $_ foreach values %hash;
  2. or download this
        $hash{$_} = $prefix . $hash{$_} foreach keys %hash;