From e08f2115372877cbb6699cb1230519012cf3e87a Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Mon, 4 Sep 2000 00:14:40 +0000 Subject: [PATCH] Tied filehandle documentation Message-ID: <20000904001440.26084.qmail@eik.g.aas.no> p4raw-id: //depot/perl@7023 --- pod/perlfunc.pod | 6 ++++++ pod/perltie.pod | 3 +++ 2 files changed, 9 insertions(+) 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 -- 2.7.4