On Mon, Jun 17, 2013 at 1:15 PM, Ed Avis <perlbug-followup@perl.org> wrote: > For a long time Perl has issued a warning > > Use of bare << to mean <<"" is deprecated > > This has been deprecated for a very long time and it could now > be made a syntax error. I think it may not be entirely obvious to the casual reader that this discussion is about print <<; Hello world exit 0; And not about print <<END; Hello world END exit 0; LeonThread Previous | Thread Next