1
1
2
2
3
- Perl 6 for problem solver - [ Chapter] ( ) 0
3
+ Perl 6 for problem solver - [ Chapter 0 ] ( /../menu )
4
4
=========================================
5
5
6
6
7
7
* [ goals] ( #goals ) and [ methods] ( #methods )
8
- * few prerequisites
9
- * layout of the whole and structure of each chapter
10
- * first tiny example: hello math !
11
- * Perl philosophy
12
- * basic syntax rules
8
+ * [ few prerequisites] ( #prerequisites )
9
+ * [ layout of the whole and structure of each chapter] ( #chapter-layout )
10
+ * [ Perl philosophy ] ( #perl-philosophy )
11
+ * [ basic syntax rules ] ( #basic-syntax-rules )
12
+ * [ first tiny example: hello math ! ] ( #first-example )
13
13
14
14
15
15
16
- [ Goals] ( #chapter )
16
+ [ Goals] ( #chapter-0 )
17
17
--------------
18
18
19
19
Welcome,
@@ -29,7 +29,7 @@ programming language. You can find here:
29
29
30
30
31
31
32
- [ Methods] ( #chapter )
32
+ [ Methods] ( #chapter-0 )
33
33
-----------
34
34
35
35
While all the action might be mostly between "you and your computer", we try to give
@@ -55,8 +55,8 @@ through the whole tutorial might be a big extra task.
55
55
56
56
57
57
58
- Prerequisites
59
- -------------
58
+ [ Prerequisites] ( #chapter-0 )
59
+ --------------------------
60
60
61
61
- curiosity
62
62
- few programming basics
@@ -66,6 +66,10 @@ Prerequisites
66
66
67
67
----
68
68
69
+
70
+ [ Chapter Layout] ( #chapter-0 )
71
+ --------------------------
72
+
69
73
if you ever wondered what Perl 6 is able
70
74
to this practical Tutorial, aimed to people who learn the most while
71
75
our little tutorial: "Perl 6 for problem solver".
@@ -89,6 +93,22 @@ just handling a search engine should be fine.
89
93
What it aims that filled in by quick search,
90
94
91
95
96
+ [ Perl Philosophy] ( #chapter-0 )
97
+ --------------------------
98
+
99
+ [ Basic Syntax Rules] ( #chapter-0 )
100
+ --------------------------
101
+
102
+
103
+
104
+ [ First Example] ( #chapter-0 )
105
+ --------------------------
106
+
107
+
92
108
` use v6; `
93
109
94
- ` say 'Result: ', EVAL prompt 'Your Math Question? '; `
110
+ ` say 'Result: ', EVAL prompt 'Your Math Question? '; `
111
+
112
+
113
+
114
+ [ ^ Up^ ] (#chapter-0)
0 commit comments