# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #58372]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58372 >


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!

Reply via email to