diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index bebf5e0e22..7ad93c2b88 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1911,9 +1911,8 @@ subroutine with an ampersand, such as: =item exists argument is not a subroutine name -(F) The argument to C<exists> for C<exists &sub> must be a subroutine -name, and not a subroutine call. C<exists &sub()> will generate this -error. +(F) The argument to C<exists> for C<exists &sub> must be a subroutine name, +and not a subroutine call. C<exists &sub()> will generate this error. =item Exiting eval via %s |