From: Mike Guy Date: Thu, 10 Aug 2000 14:19:19 +0000 (+0100) Subject: Remove dead entry in perldiag X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0fd3e83781d94dc1f84f1fcb8cce89958518b5e8;p=p5sagit%2Fp5-mst-13.2.git Remove dead entry in perldiag Message-Id: p4raw-id: //depot/perl@6566 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 83a02b2..eef6677 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1623,16 +1623,6 @@ C<$ENV{ENV}> or C<$ENV{BASH_ENV}> are derived from data supplied (or potentially supplied) by the user. The script must set the path to a known value, using trustworthy data. See L. -=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). (Someday it will -simply assume that an unbackslashed @ interpolates an array.) - =item Integer overflow in %s number (W overflow) The hexadecimal, octal or binary number you have specified