http://qs321.pair.com?node_id=339409


in reply to Using more than one filehandle

open (FILE1, "file1.txt") or die "Can't read file1: $!"; open (FILE2, "file2.txt") or die "Can't read file2: $!"; #.... do whatever you need to each file, accessing them by the # appropriate filehandle.

Gary Blackburn
Trained Killer