in reply to Using signals in Perl

A suggestion for your old way, which isn't terrible, instead of having the parent read the file, just use -s to read the size of the file. Each . is one byte, should be quicker than opening and reading the file. - Ant