in reply to Threading and File Handles
Im not sure that this will work, but it should be a quick check and worth a try. Instead of using 'FILE' as the filehandle, use $file. By using a variable it works around the file handle being 'local' to the main prog.