summaryrefslogtreecommitdiff
path: root/pod/perlintro.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-05 20:18:04 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-05 20:28:20 -0800
commit4823829628745e4bd7e9bfe988e1dab5a60224dd (patch)
treeaf108aab63ebc81e1a7da0718a774f2274d0dc77 /pod/perlintro.pod
parent8e15b1894e416f804dd7c3a6a3cd143a628d240e (diff)
downloadperl-4823829628745e4bd7e9bfe988e1dab5a60224dd.tar.gz
Correct links to perlsyn and perlop
Diffstat (limited to 'pod/perlintro.pod')
-rw-r--r--pod/perlintro.pod2
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,