On Thu Dec 01 03:44:40 2011, bbkr wrote:
> Doesn't crash on 2011.11
> 
> $ perl6 -e 'my $code = "\$" ~ 1 x 1024; eval $code; say "alive"'
> alive
> 
> But i'm not sure if it also works - testing 111111.manydigitshere.11th
> capture is beyond capabilities of machines. Maybe there is a way to
> check if it aliases to $/[111111111.manydigitshere.11].

Behavior has changed

> my $code = "\$" ~ 1 x 1024; eval $code; say "alive"
Cannot use negative index -9223372036854775808 on Any

-- 
Will "Coke" Coleda

Reply via email to