diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-28 17:47:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-28 17:47:48 +0000 |
commit | 8a0597442b89a0a3330c57701574531c2f5c7b15 (patch) | |
tree | 1fa663b9d95b833cefeeecd81083cb18f90c3afd /lib | |
parent | a1e2a3203e4b30744c9b7c687f0438326033e3c3 (diff) | |
download | perl-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.pm | 4 |
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>. |