Help for this page

Select Code to Download


  1. or download this
    open (CSV, "<", $file) or die $!;
      my %subhash;
        for my $line ( split "\n" ) {
    ...
        }
        $hash{ $subhash{ $file } } = \%subhash;
    }