samdc has left a new comment on your post "Parrot 0.8.2 "Feliz Loro"
Released!":

ok, I searched and found this.
Solution is to create a batch file instead as follows:

@echo off
rem adjust the path below to suit your environment
set PARROT_ROOTDIR=c:\parrot-0.8.2
%PARROT_ROOTDIR%\bin\parrot.exe %PARROT_ROOTDIR%\languages\perl6\perl6.pbc %*

I saved it as C:\parrot-0.8.2\bin\perl6.cmd

Then I added this to my PATH env variable: C:\parrot-0.8.2\bin\

Now this works:
C:\dev\perl6>perl6 hello.pl
Hello World!

Hurray, now I'm ready to play with perl6. Thanks so much!



Posted by samdc to Parrot at December 17, 2008 1:43 PM

Reply via email to