I've been following Perl6 via these links. You may find some good reading at one or another of these:
http://szabgab.com/perl6_tricks_and_treats.html http://perlgeek.de/blog-en/perl-5-to-6/ http://perlgeek.de/blog-en/perl-6/ You can also find some interesting projects on Github that are using Perl6. Here's two starting places there, though there are many others: http://github.com/perl6/ http://github.com/viklund/november/tree/master An easy way to get started is to download the latest version of Rakudo, build it (and Parrot), and then try out a simple program: ./perl6 -e 'say "hello world!"' I'll admit that I have done only slightly more than that so far, but if you're curious, it easy to build a perl6 interpreter. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/