This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
better implementation of change#3326; open(local $foo,...) now
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 4 Dec 1999 01:00:49 +0000 (01:00 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 4 Dec 1999 01:00:49 +0000 (01:00 +0000)
commit2c8ac474a00b933b4d84e8567b4b6db1293ad0ef
treee6aae0baa7006e94a6f49152182180b0cd4a5948
parent951ba7fe8dad4074b389cb34ee7e8b446c17c0fb
better implementation of change#3326; open(local $foo,...) now
allowed in addition to any uninitialized variable, for consistency
with how autovivification works elsewhere; add code to use the
variable name as the name of the handle for simple variables, so
that diagnostics report the handle: "... at - line 1, <$foo> line 10."

p4raw-link: @3326 on //depot/perl: 853846ea710f8feaed8c98b358bdc8967dd522d2

p4raw-id: //depot/perl@4639
op.c
pod/perldelta.pod
pp.c
t/io/open.t