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