cvs commit: ports/mail/p5-Email-LocalDelivery Makefile distinfo 5.005-LocalDelivery::Maildir.pm 5.005-LocalDelivery::Mbox.pm

Lars Thegler lars at thegler.dk
Tue Jun 1 13:42:19 PDT 2004


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



More information about the cvs-ports mailing list