diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-28 09:29:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-28 09:29:07 +0000 |
commit | 4cb1c523c98f570fe603f3ae31d419bb956906d9 (patch) | |
tree | 89f293593d29356d2d69eb2ce97cb3adfdd5944d /pod/perlvar.pod | |
parent | 5228ca4e093950c8cd059c706dfbce052f74fa4d (diff) | |
download | perl-4cb1c523c98f570fe603f3ae31d419bb956906d9.tar.gz |
Remove confusing punctuation
(spotted by David Rigaudiere)
p4raw-id: //depot/perl@24345
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 4923dd5304..29cc9ea448 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1438,7 +1438,7 @@ C<$@> is set if the string to be C<eval>-ed did not compile (this may happen if C<open> or C<close> 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<die> -(which will interpolate C<$!> and C<$?>!). (See also L<Fatal>, +(which will interpolate C<$!> and C<$?>). (See also L<Fatal>, though.) When the eval() expression above is executed, open(), C<< <PIPE> >>, |