On Mon, Nov 24, 2008 at 7:19 AM, Rafael Garcia-Suarez
<[EMAIL PROTECTED]> wrote:
> Moritz Lenz wrote in perl.perl6.compiler :
>> jerry gay wrote:
>>> On Fri, Nov 21, 2008 at 10:43, via RT Moritz Lenz
>>> <[EMAIL PROTECTED]> wrote:
# New Ticket Created by Moritz Lenz
# Please include the
On Fri, Nov 21, 2008 at 10:43:15AM -0800, Moritz Lenz wrote:
> From #perl6 today:
>
> 19:33 < moritz_> rakudo: my $x = [ 42 ]; say $x<0>
> 19:33 < p6eval> rakudo 32984: OUTPUT[42]
>
> I don't think that should be allowed.
It's allowed at least for Match objects -- from S05:
# The numbered
Moritz Lenz wrote in perl.perl6.compiler :
> jerry gay wrote:
>> On Fri, Nov 21, 2008 at 10:43, via RT Moritz Lenz
>> <[EMAIL PROTECTED]> wrote:
>>> # New Ticket Created by Moritz Lenz
>>> # Please include the string: [perl #60732]
>>> # in the subject line of all future correspondence about this
jerry gay wrote:
> On Fri, Nov 21, 2008 at 10:43, via RT Moritz Lenz
> <[EMAIL PROTECTED]> wrote:
>> # New Ticket Created by Moritz Lenz
>> # Please include the string: [perl #60732]
>> # in the subject line of all future correspondence about this issue.
>> # http://rt.perl.org/rt3/Ticket/Display
On Fri, Nov 21, 2008 at 10:43, via RT Moritz Lenz
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Moritz Lenz
> # Please include the string: [perl #60732]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=60732 >
>
>
> Fr
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #60732]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60732 >
>From #perl6 today:
19:33 < moritz_> rakudo: my $x = [ 42 ]; say $x<0>
19:33 < p6eval> r