Help for this page

Select Code to Download


  1. or download this
    sub get_parsed_lines {
      my $file = shift;
    ...
      close $in or die "Failed to close $file: $!\n";
      return \%hash;
    }
    
  2. or download this
        $hash{ join( ',', @row[ 0, 2, 3] ) } = \@row;