in reply to Re: Re: a problem with a filehandle reference
in thread a problem with a filehandle reference
orlocal *FH = \$this->{FL}; flock FH, LOCK_EX;
You have the same types of problems when trying to print on a handle stored in a hash.flock { $this->{FL} }, LOCK_EX;
|
|---|