diff options
author | Gisle Aas <gisle@aas.no> | 2000-09-04 00:14:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-07 18:37:42 +0000 |
commit | e08f2115372877cbb6699cb1230519012cf3e87a (patch) | |
tree | f0dfc2edc83ae373ff6d83d00ea6ae698cca25ec /pod | |
parent | 052b629eb0274721d73944a03d3c4aac89392a61 (diff) | |
download | perl-e08f2115372877cbb6699cb1230519012cf3e87a.tar.gz |
Tied filehandle documentation
Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
p4raw-id: //depot/perl@7023
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 6 | ||||
-rw-r--r-- | pod/perltie.pod | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index c3ba7366da..d02b9ba437 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 60df0cb23e..1a5896515f 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<perlmodlib> 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 |