Changeset 9155 for docs/p6doc/Doc.pod
- Timestamp:
- 02/24/06 01:11:21 (3 years ago)
- Files:
-
- 1 modified
-
docs/p6doc/Doc.pod (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/p6doc/Doc.pod
r9153 r9155 10 10 =head2 Starting points 11 11 12 Doc This table of contents 13 Intro A brief introduction for new Perl users 12 Doc This table of contents 13 Overview A brief introduction for new Perl users 14 Tutorial How to get Perl 6 and start to use it 15 FAQ Very frequently asked questions 16 Spec Language Specification 17 API Interfaces to core language objects 14 18 15 19 =head2 Overview 16 20 17 Overview::Syntax General syntax 18 Overview::Functions Built-in functions 19 Overview::Operators Built-in operators 21 Overview::Object Object-oriented programming 22 Overview::Sub Subroutines 23 Overview::Rule Grammars and Rules (regexes) 24 Overview::Unicode Using Unicode in Perl 6 code 25 Overview::Variable Special variables 20 26 21 27 =head2 Tutorials … … 23 29 =head2 FAQ 24 30 31 FAQ::Fears Frequently heard Perl 6 fears 32 25 33 =head2 Language Specification 26 34 35 Spec::Operator Operators (S03) 36 Spec::Control Blocks and statements (S04) 37 Spec::Rule Rules (S05) 38 27 39 =head2 Core API 40 41 API::Code 42 API::Class 28 43 29 44 =head2 Perl 5 topics … … 35 50 36 51 Kirrily "Skud" Robert, <skud@cpan.org> 52 Audrey Tang, <autrijus@autrijus.org> 53
