On Tue Aug 26 01:28:22 2008, masak wrote:
> r30537:
> $ ./perl6 -e '$/<a><b>; say "Alive!"'
> get_pmc_keyed() not implemented in class 'Undef'
> [...]
> 
> Compare Perl 5:
> 
> $ perl -Mstrict -we '$_{'a'}{'b'}; print "Alive!\n"'
> Useless use of hash element in void context at -e line 1.
> Alive!

With an Atlanta-era Rakudo, this now prints:

$ ./perl6 -e '$/<a><b>; say "Alive!"'
Alive!

Assigning to moritz++ for testing, though I /think/ this might already 
be covered.

-- 
Will "Coke" Coleda

Reply via email to