Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print "\$hash{$_} = $hash{$_}\n" foreach keys %hash;
    
  2. or download this
    %hash = map {# what the heck goes here?} @array;