my $test_num = 0; for my $file ( @test_files ) { $test_num++; ... for my $line () { push @{ $href->{ $test_num }{ $group } }, $value; } }