X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltie.pod;h=5611174669e94719c8d8b61bee25e1c6e2a6cb39;hb=2c8ac474a00b933b4d84e8567b4b6db1293ad0ef;hp=581b4abd65630b551a4a9b9f57d00d3e447baf8e;hpb=4592e6caefc41a75573f112714d170071892a537;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltie.pod b/pod/perltie.pod index 581b4ab..5611174 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -834,7 +834,7 @@ destructor (DESTROY) is called, which is normal for objects that have no more valid references; and thus the file is closed. In the second example, however, we have stored another reference to -the tied object in C<$x>. That means that when untie() gets called +the tied object in $x. That means that when untie() gets called there will still be a valid reference to the object in existence, so the destructor is not called at that time, and thus the file is not closed. The reason there is no output is because the file buffers