Help for this page

Select Code to Download


  1. or download this
    my %hash;
    while( <DATA> ){
    ...
      @vars = map { s/^\s+$// } split /,/;
      $hash{ $vars[2] } = [ @vars[ qw/0 1 3/ ] ] if $vars[0];
    }