Here is the howto get it from svn
1.check out the code
svn co https://svn.perl.org/parrot/trunk parrot
2.run the Configure script
cd parrot
perl Configure.pl --prefix=/opt/parrot
3. Make the perl6
make perl6
.... [skip the compile lines]...
./perl6 -e'say "Hello, world!"'
4. create an file goodbyeworld.pl with this content
vim goodbyeworld.pl
say "Hello, world!"
./perl6 godbyeworld.pl
No comments:
Post a Comment