or download this
foreach my $file (@file_handles) {
open FILE, "<$file" or die "file not exists\n";
...
print join("\t" => 'Sub', @{$data{subtotal}{$type}}{qw{val1 val2 v
+al3 val4}})."\n";
}
print join("\t" => 'Tot', @{$data{total}}{qw{val1 val2 val3 val4}})."\
+n";