Changeset 15055 for docs/Perl6/Doc.pod
- Timestamp:
- 01/12/07 18:53:39 (23 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Doc.pod (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Doc.pod
r9216 r15055 19 19 =head2 Overview 20 20 21 Overview::Control Control Structure 22 Overview::Data Data Types 23 Overview::File File and Filesystem operations 24 Overview::Functions see perlfunc 21 25 Overview::Object Object-oriented programming 22 Overview::Sub Subroutines 26 Overview::Operator Operators 27 Overview::Reduce Reduce metaoperator 23 28 Overview::Rule Grammars and Rules (regexes) 29 Overview::Smartmatch Smart Matching 30 Overview::Subroutine Subroutines 24 31 Overview::Unicode Using Unicode in Perl 6 code 25 32 Overview::Variable Special variables … … 29 36 =head2 FAQ 30 37 31 FAQ::Fears Frequently heard Perl 6 fears 38 FAQ::FUD Fears, Uncertainties and Doubts 39 FAQ::Capture Capture objects 32 40 33 41 =head2 Language Specification 34 42 43 Spec::CPAN CPAN (draft) 44 Spec::Concurrency Concurrency (S17) 45 Spec::Documentation 46 Spec::Functions 47 Spec::IO 48 49 Spec::Control Blocks and statements (S04) 35 50 Spec::Operator Operators (S03) 36 Spec::Control Blocks and statements (S04)37 51 Spec::Rule Rules (S05) 38 52 … … 41 55 API::Code 42 56 API::Class 57 API::Scalar Scalar API reference 58 API::Math::Basic 43 59 44 60 =head2 Perl 5 topics
