Re: Help with Perl 6 script

2019-08-11 Thread Eliza
me either. no error happens. 在 2019/8/10 9:30, William Michels via perl6-users 写道: Spoiler alert: the Perl6 code you posted works with no errors on my Perl6 install.

Re: Help with Perl 6 script

2019-08-09 Thread William Michels via perl6-users
Hi Rui, Have you considered just installing Perl 6 ? https://rakudo.org https://www.perl6.org Spoiler alert: the Perl6 code you posted works with no errors on my Perl6 install. Best Regards, Bill. On Thu, Aug 8, 2019 at 1:07 PM Rui Fernandes wrote: > > Greetings > > I have this Perl 6 script

Help with Perl 6 script

2019-08-08 Thread Rui Fernandes
Greetings I have this Perl 6 script from Rosetta, which I wanted to run on Perl 5 (due to the Active Sate Perl and App version that I have). However, several syntax errors appear given the difference (some) in language.Here's the script: --- # Simple Vector implementation multi infix:<+>(@a, @b)