diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-31 15:22:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-31 15:22:29 +0000 |
commit | d7da42b7c830203bad572620c63d3f513a2b505c (patch) | |
tree | 338821fac29bd61c8990ad4e7e36986a5282fedc /pod/perltie.pod | |
parent | d184b07b7056a665eb346d7a4841994071485adc (diff) | |
download | perl-d7da42b7c830203bad572620c63d3f513a2b505c.tar.gz |
Document UNTIE in a very minimalistic way.
p4raw-id: //depot/perl@6947
Diffstat (limited to 'pod/perltie.pod')
-rw-r--r-- | pod/perltie.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perltie.pod b/pod/perltie.pod index b39d7d5336..d08ed5630c 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -736,6 +736,11 @@ Here's how to use our little example: print FOO $a, " plus ", $b, " equals ", $a + $b, "\n"; print <FOO>; +=head2 UNTIE this + +You can define for all tie types an UNTIE method that will be called +at untie(). + =head2 The C<untie> Gotcha If you intend making use of the object returned from either tie() or |