Front page | perl.perl5.porters |
Postings from September 2000
[PATCH] Tied filehandle documentation
Thread Next
From:
Gisle Aas
Date:
September 3, 2000 17:15
Subject:
[PATCH] Tied filehandle documentation
Message ID:
20000904001440.26084.qmail@eik.g.aas.no
Relative to perl-5.7.0.
Index: pod/perlfunc.pod
===================================================================
RCS file: /local/perl/build/CVSROOT/perl/pod/perlfunc.pod,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 perlfunc.pod
--- pod/perlfunc.pod 2000/09/03 23:29:50 1.1.1.1
+++ pod/perlfunc.pod 2000/09/03 23:47:57
@@ -5119,6 +5119,12 @@ A class implementing a file handle shoul
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
Index: pod/perltie.pod
===================================================================
RCS file: /local/perl/build/CVSROOT/perl/pod/perltie.pod,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 perltie.pod
--- pod/perltie.pod 2000/09/03 23:29:50 1.1.1.1
+++ pod/perltie.pod 2000/09/04 00:11:56
@@ -925,6 +925,9 @@ module that does attempt to address this
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
Thread Next
-
[PATCH] Tied filehandle documentation
by Gisle Aas