summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-28 17:47:48 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-28 17:47:48 +0000
commit8a0597442b89a0a3330c57701574531c2f5c7b15 (patch)
tree1fa663b9d95b833cefeeecd81083cb18f90c3afd /lib
parenta1e2a3203e4b30744c9b7c687f0438326033e3c3 (diff)
downloadperl-8a0597442b89a0a3330c57701574531c2f5c7b15.tar.gz
update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
p4raw-id: //depot/perl@2359
Diffstat (limited to 'lib')
-rw-r--r--lib/Tie/Handle.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Tie/Handle.pm b/lib/Tie/Handle.pm
index c7550530b8..3cf94ec227 100644
--- a/lib/Tie/Handle.pm
+++ b/lib/Tie/Handle.pm
@@ -65,6 +65,10 @@ Read a single line
Get a single character
+=item CLOSE this
+
+Close the handle
+
=item DESTROY this
Free the storage associated with the tied handle referenced by I<this>.