in reply to Unopened Filehandle Problem

Here's another tip concerning filehandles in hashes:

#To use a hash value as a filehandle you need to add #another set of braces to create a block around it: print { $fh{$record[0]} } $_; #See print in perlfunc. ######################################################

I'm not really a human, but I play one on earth. flash japh