This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
authorSteve Grazzini <grazz@pobox.com>
Mon, 4 Aug 2003 16:01:45 +0000 (12:01 -0400)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 4 Aug 2003 21:30:25 +0000 (21:30 +0000)
commit8a8635f01e16b518b296d1f0397d3020c7e9c138
tree953aa7bd87486920fa9e2c35b096941b8638b48f
parent33f3c7b8444b48791ad016570a41a23483d750d2
Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
Message-ID: <20030804200145.GB21699@grazzini.net>

Prevent the warning "Bareword found where operator expected" in
the case "print $fh foo()" where foo() is an undefined function.

p4raw-id: //depot/perl@20480
toke.c