foreach (@file) { open(FILE,"$_"); $hash{$_}{file_contents} = <FILE>; close(FILE) } [download]
In reply to hashes of arrays by mbond