On Wed, Dec 31, 2008 at 08:06:48AM -0800, Ovid wrote:
: Just stumbled across this, but I can't tell from S09 if this is a bug or 
feature:
: 
:   $ ./perl6 -e 'my %foo; if %foo<a> {}; say %foo.perl'
:   {"a" => undef}

Definitely bug.  Rvalues aren't supposed to autovivify.

Larry

Reply via email to