in reply to Re^3: hash question
in thread hash question

I echo ysth's comment. Maybe there's a problem opening one of the input files?
open (IN, "<$first") or die("Can't open first input file: $!$/"); open (IN2, "<$second") or die("Can't open second input file: $!$/"); open (OUT, ">NACCESS") or die("Can't open output file: $!$/");