my $Hashref = $data[ $fileCount ]; if( not $Hashref){ $Hashref = $data[ $fileCount ] = {}; } my $key = shift @col; my $Arrayref = $Hashref->{ $key }; if( not $Arrayref ){ $Arrayref = $Hashref->{ $key } = []; } push @{ $Arrayref }, \@col;