diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-05 20:18:04 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-05 20:28:20 -0800 |
commit | 4823829628745e4bd7e9bfe988e1dab5a60224dd (patch) | |
tree | af108aab63ebc81e1a7da0718a774f2274d0dc77 /pod/perlintro.pod | |
parent | 8e15b1894e416f804dd7c3a6a3cd143a628d240e (diff) | |
download | perl-4823829628745e4bd7e9bfe988e1dab5a60224dd.tar.gz |
Correct links to perlsyn and perlop
Diffstat (limited to 'pod/perlintro.pod')
-rw-r--r-- | pod/perlintro.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintro.pod b/pod/perlintro.pod index 61f0b5401d..d14c6d58cd 100644 --- a/pod/perlintro.pod +++ b/pod/perlintro.pod @@ -328,7 +328,7 @@ running the program. Using C<strict> is highly recommended. Perl has most of the usual conditional and looping constructs. As of Perl 5.10, it even has a case/switch statement (spelled C<given>/C<when>). See -L<perlsyn/"Switch statements"> for more details. +L<perlsyn/"Switch Statements"> for more details. The conditions can be any Perl expression. See the list of operators in the next section for information on comparison and boolean logic operators, |