Changeset 9155 for docs/p6doc/Doc.pod

Show
Ignore:
Timestamp:
02/24/06 01:11:21 (3 years ago)
Author:
audreyt
Message:

* Overview

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/p6doc/Doc.pod

    r9153 r9155  
    1010=head2 Starting points 
    1111 
    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 
    1418 
    1519=head2 Overview 
    1620 
    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 
    2026 
    2127=head2 Tutorials 
     
    2329=head2 FAQ 
    2430 
     31    FAQ::Fears              Frequently heard Perl 6 fears 
     32 
    2533=head2 Language Specification 
    2634 
     35    Spec::Operator          Operators (S03) 
     36    Spec::Control           Blocks and statements (S04) 
     37    Spec::Rule              Rules (S05) 
     38 
    2739=head2 Core API 
     40 
     41    API::Code 
     42    API::Class 
    2843 
    2944=head2 Perl 5 topics 
     
    3550 
    3651Kirrily "Skud" Robert, <skud@cpan.org> 
     52Audrey Tang, <autrijus@autrijus.org> 
     53