[t/spec] Basic tests for :p argument to match method.
[pugs.git] / docs / Perl6 / Doc.pod
blobd1b2f4ef3d2cfc5650acef5131a7d3159641051d
1 =head1 NAME
3 Perl6::Doc -- Table of Contents for Perl 6 Documentation
5 =head1 DESCRIPTION
7 This table of contents briefly lists each of the documents available as
8 part of the Perl 6 documentation system.
10 =head2 Starting points
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
19 =head2 Overview
21     Overview::Control       Control Structure
22     Overview::Data          Data Types
23     Overview::File          File and Filesystem operations
24     Overview::Functions     see perlfunc
25     Overview::Object        Object-oriented programming
26     Overview::Operator      Operators
27     Overview::Reduce        Reduce metaoperator
28     Overview::Rule          Grammars and Rules (regexes)
29     Overview::Smartmatch    Smart Matching
30     Overview::Subroutine    Subroutines
31     Overview::Unicode       Using Unicode in Perl 6 code
32     Overview::Variable      Special variables
34 =head2 Tutorials
36 =head2 FAQ
38     FAQ::FUD                Fears, Uncertainties and Doubts
39     FAQ::Capture            Capture objects
41 =head2 Language Specification
43     Spec::CPAN              CPAN (draft)
44     Spec::Concurrency       Concurrency (S17)
45     Spec::Documentation
46     Spec::Functions
47     Spec::IO
49     Spec::Control           Blocks and statements (S04)
50     Spec::Operator          Operators (S03)
51     Spec::Rule              Rules (S05)
53 =head2 Core API
55     API::Code
56     API::Class
57     API::Scalar             Scalar API reference
58     API::Math::Basic
60 =head2 Perl 5 topics
62     Perl5::Docfinder        Table of equivalences between Perl 5 and 6 docs
63     Perl5::Differences      Differences between Perl 5 and 6
65 =head1 AUTHOR
67 Kirrily "Skud" Robert, <skud@cpan.org>
68 Audrey Tang, <autrijus@autrijus.org>