On Sun Sep 26 13:45:30 2010, ash_gti wrote:
> $ perl6
> > my $*a = 1;
> 1
> > say $*a;
> ===SORRY!===
> Contextual $*a not found
> 
> 
> Not sure why this is happening, I only see it happening in the REPL.
> 
> --
> John Harrison

No longer dies:

> my $*a = 1;
1
> say $*a
Dynamic variable $*a not found
>



-- 
Will "Coke" Coleda

Reply via email to