> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Date: Sat, 9 Nov 2002 22:24:20 +0000 > From: Andrew Wilson <[EMAIL PROTECTED]> > > > - Operators > > - Precedence > > - Superpositional > > These are now called Junks (From Junctions)
Iie, these are now called "Junctions" (From Junctions). Larry's "junk" was just a joke. > > - Vectorizing > > Smart match (not sure if it belongs here we really need to have > mentioned Regexps before we cover it in depth). Smart match does belong here. There's a lot more to it than just regexen now. > > - Control flow > > - Loops > > - Continuations > > - Exceptions > > if, unless, given, when, try, and all the new BLOCK thingies (PRE, POST, > LAST etc.) =20 Right. Modified: - Control flow - Closures (*) - Conditionals <<if unless given when>> - Loops <<while until for loop>> - Exceptions <<try die fail>> (*) If we explain this here, it could lead to a clearer understanding of what follows. But, for an avanced concept, it may not be good to explain before familiarity with what follows. I'd suggest putting this off until one of those "Oh! THAT'S what's happening!" sections. > > - Subroutines > > - Default Attributes > > - Default Arguments > > - Coroutines > > - Closures > > - Builtin Functions > > - Modules > > - Using Modules > > - Importing and Exporting > > - Symbol Table (%MY and %OUR) > > - Classes > > - Inheritance > > - Defining Attributes > > - Overloading Operators > > - User-Defined Operators > > - Builtin Classes > > - Regular Expressions > > - Grammars > > - perlre for Perl6 > > - Possible Other Stuff I forgot. > > Input/Output > Filehandles > Dirhandles > IPC (threads & forks) Luke