From: David Nicol Date: Mon, 20 Aug 2012 23:22:15 +0000 (-0700) Subject: [perl #65838] perlop: remove caveat here-doc without newline X-Git-Tag: upstream/5.20.0~5695^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f35fca86375876704f26fde951b763c2bb533608;p=platform%2Fupstream%2Fperl.git [perl #65838] perlop: remove caveat here-doc without newline --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 983e141..0398f70 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -2489,10 +2489,6 @@ you have to write the other E -If the terminating identifier is on the last line of the program, you -must be sure there is a newline after it; otherwise, Perl will give the -warning B. - Additionally, quoting rules for the end-of-string identifier are unrelated to Perl's quoting rules. C, C, and the like are not supported in place of C<''> and C<"">, and the only interpolation is for