Message-Id: <
1344322124.20020304021740@motor.ru>
p4raw-id: //depot/perl@14980
# $f implicitly closed here
}
+Note that if an initialized scalar variable is used instead the
+result is different: C<my $fh='zzz'; open($h, ...)> is equivalent
+to C<open( *{'kkk'}, ...)>.
+C<use strict 'refs'> 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