I just built Rakudo and Parrot so that I could play with it and get started on learning Perl 6.I downloaded the Perl 6 book and happily typed in the first demo program (the tennis tournament example).
Trying the -v switch, I get the parrot svn revision: $ perl6 -v This compiler is built with the Parrot Compiler Toolkit, parrot revision 45822.
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
开发者_C百科The simplest grammar usage gives me complation error. use v6; grammar Foo { token bar { \\w+ }
Can someone tell me, why the \"opendir\" doesn\'t work? #!/usr/bin/env perl6 use v6; my $file = \'Dokumente/test_file\';
As it currently stands, this question is not a good fit for our Q&A开发者_开发技巧 format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
Perl has been one of my go-to programming language tools for years and years. Pe开发者_运维问答rl 6 grammars looks like a great language feature. I\'d like to know if someone has started something lik