From: Gisle Aas Date: Mon, 4 Sep 2000 00:14:40 +0000 (+0000) Subject: Tied filehandle documentation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e08f2115372877cbb6699cb1230519012cf3e87a;p=p5sagit%2Fp5-mst-13.2.git Tied filehandle documentation Message-ID: <20000904001440.26084.qmail@eik.g.aas.no> p4raw-id: //depot/perl@7023 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index c3ba736..d02b9ba 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5119,6 +5119,12 @@ A class implementing a file handle should have the following methods: WRITE this, scalar, length, offset PRINT this, LIST PRINTF this, format, LIST + BINMODE this + EOF this + FILENO this + SEEK this, position, whence + TELL this + OPEN this, mode, LIST CLOSE this DESTROY this UNTIE this diff --git a/pod/perltie.pod b/pod/perltie.pod index 60df0cb..1a58965 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -925,6 +925,9 @@ module that does attempt to address this need partially is the MLDBM module. Check your nearest CPAN site as described in L for source code to MLDBM. +Tied filehandles are still incomplete. sysopen(), truncate(), +flock(), fcntl(), stat() and -X can't currently be trapped. + =head1 AUTHOR Tom Christiansen