@@ -10,34 +10,34 @@ with a strong Perl 5 background and for anyone porting Perl 5 code to Perl 6.
10
10
11
11
= head1 Perl 6 in a Nutshell
12
12
13
- L < Perl 6 in a Nutshell|/Language /5to6-nutshell > provides a quick overview of
13
+ L < Perl 6 in a Nutshell|/language /5to6-nutshell > provides a quick overview of
14
14
things changed in syntax, operators, compound statements, regular expressions,
15
15
command-line flags, and various other bits and pieces.
16
16
17
17
= head1 Syntactic differences
18
18
19
- L < The Syntax section|/Language /5to6-syntax > provides an overview of the
19
+ The L < Syntax section|/language /5to6-syntax > provides an overview of the
20
20
syntactic differences between Perl 5 and Perl 6: how it is still mostly
21
21
free form, additional ways to write comments, and how C < switch > is very
22
22
much a Perl 6 thing.
23
23
24
24
= head1 Operators in Perl 6
25
25
26
- L < The Operators section|/Language /5to6-perlop > guides you from the operators
26
+ The L < Operators section|/language /5to6-perlop > guides you from the operators
27
27
in L < Perl 5's perlop|https://metacpan.org/pod/distribution/perl/pod/perlop.pod >
28
28
to the equivalent in Perl 6.
29
29
30
30
= head1 Functions in Perl 6
31
31
32
- L < The Functions section|/Language /5to6-perlfunc > describes all of the Perl 5
32
+ The L < Functions section|/language /5to6-perlfunc > describes all of the Perl 5
33
33
functions and their Perl 6 equivalent and any differences in behaviour. It
34
34
also provides references to ecosystem modules that provide the Perl 5 behaviour
35
35
of functions,either existing in Perl 6 with slightly different semantics
36
36
(such as C < shift > ), or non-existing in Perl 6 (such as C < tie > ).
37
37
38
38
= head1 Special Variables in Perl 6
39
39
40
- L < The Special Variables section|/Language /5to6-perlvar > describes if and how
40
+ The L < Special Variables section|/language /5to6-perlvar > describes if and how
41
41
a lot of Perl 5's special (punctuation) variables are supported in Perl 6.
42
42
43
43
= end pod
0 commit comments