> Actually, the only place die_page is called in the module is:
>
> $SIG{PIPE} = sub { die_page($r); };
>
> What does that mean?Have a look here: http://perldoc.perl.org/perlipc.html#Using-open()-for-IPC There is an error reading from or writing to a pipe. > > - Grant ________________________________________________________________________ Clinton Gormley [EMAIL PROTECTED] www.TravelJury.com - For travellers, By travellers
