[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: [PATCH 5.5.63] warn on flock() on closed handle
In message <200001131607.KAA08699@ruby.itsc.uah.edu>,
Greg Bacon writes:
: + =item Flock on closed filehandle
: +
: + (W) The filehandle you're attempting flock() got itself closed some time
: + before now. Check your logic flow.
: +
: + =back
Hmm.. maybe this (and even the warning from perl) should ask whether
the user is trying to flock a dirhandle.
Greg
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]