Help for this page

Select Code to Download


  1. or download this
    %hash = (%hash, (map /(\S+)\s+(.*)/, <FILE>));
    
  2. or download this
    for (<FILE>) {/(\S+)\s+(.*)/ && $hash{$1} = $2}