Chas. Owens wrote:
On Sat, Jun 20, 2009 at 00:58, Aruna Goke wrote:
is negative index not allowed in perl6?
i tried
my @test = (1 .. 20);
@test[-1].say;
OUTPUT
Use of uninitialized value
You have to say
@test[*-1].say;
now
http://perlcabal.org/syn/S09.html#Negative_and_differential_subs
On Sat, Jun 20, 2009 at 00:58, Aruna Goke wrote:
> is negative index not allowed in perl6?
>
> i tried
>
> my @test = (1 .. 20);
> @test[-1].say;
>
> OUTPUT
> Use of uninitialized value
>
You have to say
@test[*-1].say;
now
http://perlcabal.org/syn/S09.html#Negative_and_differential_subscripts
is negative index not allowed in perl6?
i tried
my @test = (1 .. 20);
@test[-1].say;
OUTPUT
Use of uninitialized value
On Fri, Jun 19, 2009 at 8:57 AM, perl6 via RT
wrote:
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
>"make test failing on OS X",
> a summary of which appears below.
>
> There is no need to reply to this message r
# New Ticket Created by "Ãvar Arnfjörð Bjarmason"
# Please include the string: [perl #66744]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66744 >
Tested on 1b06df80900096dab8a9f74467f504f73a6115dd
a...@aoeu:~/src/raku
# New Ticket Created by S F
# Please include the string: [perl #66742]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66742 >
This morning I did:
git pull
perl Configure.PL --gen-parrot
make clean
make
make test
And make
2009/6/19 Patrick R. Michaud :
>
> On behalf of the Rakudo development team, I'm pleased to announce
> the June 2009 development release of Rakudo Perl #18 "Pittsburgh".
> Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine [1].
> The tarball for the June 2009 release is available f
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #66714]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66714 >
uhm, why doesn't this error message contain a line number?
rakudo: .[1]
rakudo 9dc941
On Sat, Mar 21, 2009 at 1:43 PM, Bora wrote:
>
> 3 . Go to the Program Files/git/bin folder and use the command " git clone
> git://github.com/rakudo/rakudo.git " for downloading rakudo ,
When I try this, I consistently get the messages:
Initialized empty Git repository in {directory}/rakudo.g