1
1
= begin Html
2
2
<img style="float: right; margin: 0 0 1em 1em" src="/images/camelia.png" alt="" id="home_logo"/>
3
- Welcome to the official documentation of the <a href="https://perl6.org">Perl 6</a>
3
+ Welcome to the official documentation of the <a href="https://perl6.org">Perl 6</a>
4
4
programming language!
5
5
Besides online browsing and searching, you can also
6
6
Z << <a>download</a> an offline HTML or PDF copy, and >>
@@ -14,7 +14,7 @@ by reporting mistakes or sending patches.
14
14
<dt><a href="/language.html">Language Reference & Tutorials</a></dt>
15
15
<dd>
16
16
A collection of documents describing, in detail, the various
17
- conceptual parts of the language.Z << If you're new to Perl 6,
17
+ conceptual parts of the language.Z << If you're new to Perl 6,
18
18
language>intro is a good place to start. >>
19
19
</dd>
20
20
@@ -28,11 +28,11 @@ by reporting mistakes or sending patches.
28
28
Index of built-in subroutines and methods.
29
29
</dd>
30
30
31
- <dt><a href="/programs.html">Perl 6 Programs</a></dt>
31
+ <dt><a href="/programs.html">Perl 6 Programs</a></dt>
32
32
<dd>
33
33
A collection of documents describing how to
34
- run the Perl 6 executable program and other utilities,
35
- how to debug Perl 6 programs, and how to hack on Perl 6
34
+ run the Perl 6 executable program and other utilities,
35
+ how to debug Perl 6 programs, and how to hack on Perl 6
36
36
source code.
37
37
</dd>
38
38
47
47
<hr/>
48
48
49
49
50
- <p>The Perl 6 homepage offers <a href="https://perl6.org/documentation/">a
51
- comprehensive list of Perl 6 documentation</a>, including tutorials, HowTos
50
+ <p>The Perl 6 homepage offers <a href="https://perl6.org/documentation/">a
51
+ comprehensive list of Perl 6 documentation</a>, including tutorials, HowTos
52
52
and <a href="/language/faq">FAQs (Frequently Asked Questions)</a>.</p>
53
53
54
54
<p>
55
- You may also be interested in the Perl 6 <a href="https://design.perl6.org">design documents</a>,
55
+ You may also be interested in the Perl 6 <a href="https://design.perl6.org">design documents</a>,
56
56
which are in some places more complete than this documentation, but targeted
57
57
toward compiler writers rather than users of the language.
58
- Documentation for the different but related <a href="https://www.perl.org/">Perl 5</a> language
59
- can be found on the <a href="http://perldoc.perl.org/">Perl 5 documentation website</a>.
58
+ Documentation for the different but related <a href="https://www.perl.org/">Perl 5</a> language
59
+ can be found on the <a href="http://perldoc.perl.org/">Perl 5 documentation website</a>.
60
60
</p>
61
61
= end Html
0 commit comments