This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
symbolic references like ${"foo$index"}*3 would incorrectly warn
authorDave Mitchell <davem@fdisolutions.com>
Fri, 7 May 2004 19:12:29 +0000 (19:12 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 7 May 2004 19:12:29 +0000 (19:12 +0000)
commite21bd3825ed9fd5714cb602cd09ae0057d5cdddf
treead673880bfc01ba078a0de657850ee68f7c74ab6
parent2ce64696ee310efa4fd2ab1e0db39fb5c15500d3
symbolic references like ${"foo$index"}*3 would incorrectly warn
that $index was the uninitialized value, when in fact it was $foo1

p4raw-id: //depot/perl@22802
sv.c
t/lib/warnings/9uninit