John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
I re-read the "bits and pieces" sections, but on arrays it talks about declaring and indexing, nothing about what built-in methods are available. The statement
works in Pugs, after defining @crew of course. But where is documentation on the .elems method, and the list of available methods? And what replaced .last that was used in the O'Reilly book and now is only used as a control structure inside a loop? —John@crew.elems
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Fathoming Perl6 documentation
by lidden (Curate) on Feb 24, 2008 at 17:20 UTC | |
by John M. Dlugosz (Monsignor) on Feb 26, 2008 at 07:41 UTC | |
by moritz (Cardinal) on Feb 26, 2008 at 08:04 UTC | |
Re: Fathoming Perl6 documentation
by ruoso (Curate) on Feb 25, 2008 at 09:59 UTC | |
by xiaoyafeng (Deacon) on Feb 27, 2008 at 05:19 UTC |