Categorized External Articles
Here are some links to useful blog posts and other informative articles.
Note that there is a rich set of links to articles and code samples — categorized by specific language feature — at the Compiler feature comparison matrix.
A couple of guidelines for editing this page:
- If there’s no 4-digit year in the URL, please add the year the article was last-modified.
- If there’s no title in the URL, please add a title after it.
Numbers & Strings
http://strangelyconsistent.org/blog/june-7-2011-arithmeticshttp://strangelyconsistent.org/blog/june-8-2011-parts-of-stringshttp://strangelyconsistent.org/blog/june-6-2011-building-stringshttp://strangelyconsistent.org/blog/june-22-format-strings— 2011http://szabgab.com/perl-6--scalar-array-and-hash-interpolation.html— 2009http://szabgab.com/perl-5-to-perl-6--scalars.html— 2009
Arrays & Hashes
http://strangelyconsistent.org/blog/june-11-2011-arrayshttp://strangelyconsistent.org/blog/june-21-2011-nested-data-structureshttp://perlgeek.de/blog-en/perl-5-to-6/01-strings-arrays-hashes.html— 2008http://szabgab.com/perl-6--arrays-with-unique-values.html— 2009http://szabgab.com/perl-5-to-perl-6--arrays.html— 2009
Control Flow
http://strangelyconsistent.org/blog/june-12-for-loops— 2011http://strangelyconsistent.org/blog/june-3-2011-if-statementshttp://strangelyconsistent.org/blog/june-4-2011-loopshttp://strangelyconsistent.org/blog/june-9-2011-givenhttp://perlgeek.de/blog-en/perl-5-to-6/03-control-structures.html— 2008http://szabgab.com/perl-6--looping-over-a-list-of-values-one-at-a-time-two-at-a-time-and-more.html— 2009
Operators
http://strangelyconsistent.org/blog/june-14-2011-logic-operatorshttp://strangelyconsistent.org/blog/june-18-2011-junctionshttp://szabgab.com/perl-6--is-a-value-in-a-given-list-of-values.html— 2009
Subroutines
http://strangelyconsistent.org/blog/june-16-2011-subroutineshttp://perlgeek.de/blog-en/perl-5-to-6/04-subs-and-signatures.html— 2008http://szabgab.com/perl-6-subroutines.html— 2009http://szabgab.com/perl6-subroutines-and-home-made-operators.html— 2009
Regexes
http://strangelyconsistent.org/blog/june-13-regexes— 2011http://perlgeek.de/blog-en/perl-5-to-6/07-rules.html— 2008http://perlgeek.de/blog-en/perl-5-to-6/19-regex.html— 2008http://szabgab.com/perl-6-regexes.html— 2009https://github.com/perlpilot/perl6-docs/blob/master/intro/p6-regex-intro.pod— 2009
IO
http://strangelyconsistent.org/blog/june-1-2011-input-and-outputhttp://strangelyconsistent.org/blog/june-19-2011-reading-fileshttp://szabgab.com/perl-6-files.html— 2009
OO
http://strangelyconsistent.org/blog/june-28-2011-roleshttp://perlgeek.de/blog-en/perl-5-to-6/05-objects-and-classes.html— 2008http://perlgeek.de/blog-en/perl-6/object-construction-and-initialization.html— 2009
Sample Programs Explained Step-by-Step
http://strangelyconsistent.org/blog/july-31-2012-the-finished-game— July, 2012 (Adventure game: “Crypt”)http://strangelyconsistent.org/blog/june-5-2011-guess-a-numberhttp://strangelyconsistent.org/blog/june-10-2011-a-moon-landerhttp://strangelyconsistent.org/blog/june-20-2011-hangmanhttp://szabgab.com/http-server-in-perl-6.html— 2009
