Message-ID: <
20000904001440.26084.qmail@eik.g.aas.no>
p4raw-id: //depot/perl@7023
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
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