NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Want a perl6 Binary? (Score:1)
As written, I think the code is incorrect and is contradicted by the second sentence in the following paragraph. I was only able to execute Perl6 programs with:
$ ./languages/perlRe: (Score:2)
Out of curiosity, what platform are you on? I'm still working with the perl6-internals team to figure out how to get this to properly build on my Intel MacBook. We're getting closer, but there are still failures.
For those following along at home, use the following bash script I hacked together:
Re: Want a perl6 Binary? (Score:1)
perl Configure.plwill suffice, i.e., you can omit the--test.The
--testoption is something which those working on the configuration and build systems should run, but is not necessary for language developers or those (like myself!) who will be using chromatic's program to run Perl6 program for the first time.kid51
Reply to This
Parent