> > > The following lines in shlock.pl is trouble:
> > >
> > > open($FH_name, ">> $filename") ||
> > > &warn("open of temp file $filename failed\n $!");
> > There's a fix for this in the 1.94.1 test patch I posted several days
> There is? I don't see anything in 1.94.1 that effects that. Not in
> shlock.pl anyway. I agree that it's inappropriate to die there, but I
> don't see how it gets out of open_temp without a slew of other warning
> messages. I suspect the fix is to add a 'return undef;' after the
> 'warn' (all within braces, of course).
Mmm, in shlock.pl, I changed the warn to call abort, which exits
cleanly and won't loop.
--Chan
Follow-Ups:
References:
|
|