Changeset 15055 for docs/Perl6/Doc.pod

Show
Ignore:
Timestamp:
01/12/07 18:53:39 (23 months ago)
Author:
szabgab
Message:

Perl6/Doc.pod - add more of the existing entries manually

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Doc.pod

    r9216 r15055  
    1919=head2 Overview 
    2020 
     21    Overview::Control       Control Structure 
     22    Overview::Data          Data Types 
     23    Overview::File          File and Filesystem operations 
     24    Overview::Functions     see perlfunc 
    2125    Overview::Object        Object-oriented programming 
    22     Overview::Sub           Subroutines 
     26    Overview::Operator      Operators 
     27    Overview::Reduce        Reduce metaoperator 
    2328    Overview::Rule          Grammars and Rules (regexes) 
     29    Overview::Smartmatch    Smart Matching 
     30    Overview::Subroutine    Subroutines 
    2431    Overview::Unicode       Using Unicode in Perl 6 code 
    2532    Overview::Variable      Special variables 
     
    2936=head2 FAQ 
    3037 
    31     FAQ::Fears              Frequently heard Perl 6 fears 
     38    FAQ::FUD                Fears, Uncertainties and Doubts 
     39    FAQ::Capture            Capture objects 
    3240 
    3341=head2 Language Specification 
    3442 
     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) 
    3550    Spec::Operator          Operators (S03) 
    36     Spec::Control           Blocks and statements (S04) 
    3751    Spec::Rule              Rules (S05) 
    3852 
     
    4155    API::Code 
    4256    API::Class 
     57    API::Scalar             Scalar API reference 
     58    API::Math::Basic 
    4359 
    4460=head2 Perl 5 topics