Date: Tue, 01 Jun 2004 22:42:51 +0200 From: Lars Thegler <lars@thegler.dk> To: Mathieu Arnold <mat@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/p5-Email-LocalDelivery Makefile distinfo 5.005-LocalDelivery::Maildir.pm 5.005-LocalDelivery::Mbox.pm Message-ID: <40BCEA4B.8050302@thegler.dk> In-Reply-To: <322479DF0094DDB5B0629248@pouet.in.mat.cc> References: <20040601202228.C728416A4D0@hub.freebsd.org> <322479DF0094DDB5B0629248@pouet.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
Mathieu Arnold wrote: > +-Le 01/06/2004 13:22 -0700, Lars Thegler a dit : > | +- $class->getlock($fh) || next; > | +- $class->unlock($fh) || next; > | ++ $class->getlock(FH) || next; > | ++ $class->unlock(FH) || next; > > While this is nice, I don't think it'll work, you can't pass a filehandle > to a sub, you have to pass a reference to it : \*FH :-) Good thing you were awake, when I wasn't ;) /Lars
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40BCEA4B.8050302>