cvs commit: ports/mail/p5-Email-LocalDelivery Makefile distinfo
 ports/mail/p5-Email-LocalDelivery/files 5.005-LocalDelivery.pm
 5.005-LocalDelivery::Maildir.pm         5.005-LocalDelivery::Mbox.pm
    Mathieu Arnold 
    mat at FreeBSD.org
       
    Tue Jun  1 13:32:52 PDT 2004
    
    
  
+-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 :-)
-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 479 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20040601/29d32193/attachment.bin
    
    
More information about the cvs-all
mailing list