From: Anton Tagunov Date: Mon, 4 Mar 2002 02:17:40 +0000 (+0300) Subject: Re[2]: [ID 20020227.016] Fix perldata manpage? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d83fe81478642d61ea67b41c692afcf14811c9af;p=p5sagit%2Fp5-mst-13.2.git Re[2]: [ID 20020227.016] Fix perldata manpage? Message-Id: <1344322124.20020304021740@motor.ru> p4raw-id: //depot/perl@14980 --- diff --git a/pod/perldata.pod b/pod/perldata.pod index 9478cc8..842f437 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -759,6 +759,11 @@ that must be passed around, as in the following example: # $f implicitly closed here } +Note that if an initialized scalar variable is used instead the +result is different: C is equivalent +to C. +C forbids such practice. + Another way to create anonymous filehandles is with the Symbol module or with the IO::Handle module and its ilk. These modules have the advantage of not hiding different types of the same name