summaryrefslogtreecommitdiff
path: root/pod/perltie.pod
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2000-09-04 00:14:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-07 18:37:42 +0000
commite08f2115372877cbb6699cb1230519012cf3e87a (patch)
treef0dfc2edc83ae373ff6d83d00ea6ae698cca25ec /pod/perltie.pod
parent052b629eb0274721d73944a03d3c4aac89392a61 (diff)
downloadperl-e08f2115372877cbb6699cb1230519012cf3e87a.tar.gz
Tied filehandle documentation
Message-ID: <20000904001440.26084.qmail@eik.g.aas.no> p4raw-id: //depot/perl@7023
Diffstat (limited to 'pod/perltie.pod')
-rw-r--r--pod/perltie.pod3
1 files changed, 3 insertions, 0 deletions
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