From: Jarkko Hietaniemi Date: Sun, 27 Aug 2000 21:22:21 +0000 (+0000) Subject: More ruthless editing from Hugo van der Sanden. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd625725cc198cb9c07f4be09021a5d0e9ad8939;p=p5sagit%2Fp5-mst-13.2.git More ruthless editing from Hugo van der Sanden. p4raw-id: //depot/perl@6851 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d0c8113..d54c131 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -750,22 +750,6 @@ one can (or, if one can, whether it's a good idea) link together at all binaries with different ideas about file offsets, all this is platform-dependent. -=over 4 - -=item In string, @%s now must be written as \@%s - -(F) It used to be that Perl would try to guess whether you wanted an -array interpolated or a literal @. It did this when the string was -first used at runtime. Now strings are parsed at compile time, and -ambiguous instances of @ must be disambiguated, either by prepending a -backslash to indicate a literal, or by declaring (or using) the array -within the program before the string (lexically). (I) - -=back - -That day has arrived. - =head1 Reporting Bugs If you find what you think is a bug, you might check the articles