From: Rafael Garcia-Suarez Date: Thu, 28 Apr 2005 09:29:07 +0000 (+0000) Subject: Remove confusing punctuation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4cb1c523c98f570fe603f3ae31d419bb956906d9;p=p5sagit%2Fp5-mst-13.2.git Remove confusing punctuation (spotted by David Rigaudiere) p4raw-id: //depot/perl@24345 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 4923dd5..29cc9ea 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1438,7 +1438,7 @@ C<$@> is set if the string to be C-ed did not compile (this may happen if C or C were imported with bad prototypes), or if Perl code executed during evaluation die()d . In these cases the value of $@ is the compile error, or the argument to C -(which will interpolate C<$!> and C<$?>!). (See also L, +(which will interpolate C<$!> and C<$?>). (See also L, though.) When the eval() expression above is executed, open(), C<< >>,