Tied filehandle documentation
authorGisle Aas <gisle@aas.no>
Mon, 4 Sep 2000 00:14:40 +0000 (00:14 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 7 Sep 2000 18:37:42 +0000 (18:37 +0000)
Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>

p4raw-id: //depot/perl@7023

pod/perlfunc.pod
pod/perltie.pod

index c3ba736..d02b9ba 100644 (file)
@@ -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
index 60df0cb..1a58965 100644 (file)
@@ -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