From 4823829628745e4bd7e9bfe988e1dab5a60224dd Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 5 Jan 2012 20:18:04 -0800 Subject: Correct links to perlsyn and perlop --- pod/perlfunc.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pod/perlfunc.pod') diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 4ff1cc7ee3..cefccc3b05 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -175,7 +175,7 @@ C, C, C, C, C Except for C, these are available only if you enable the C<"switch"> feature or use the C prefix. -See L and L. +See L and L. Alternately, include a C or later to the current scope. In Perl 5.14 and earlier, C required the C<"switch"> feature, like the other keywords. @@ -1028,7 +1028,7 @@ falls through the current C or C block instead of iterating a dynamically enclosing C or exiting a lexically enclosing C. In Perl 5.14 and earlier, this form of C was only available when the C<"switch"> feature was enabled. -See L and L for more +See L and L for more information. =item cos EXPR @@ -2569,7 +2569,7 @@ Only available after Perl 5.10. For example: } } -See L for detailed information. +See L for detailed information. =item glob EXPR X X X X @@ -8381,7 +8381,7 @@ Here are three examples: } } -See L for detailed information. +See L for detailed information. =item write FILEHANDLE X -- cgit v1.2.1