[perl #64968] [BUG] After declaring my @x; @x.defined returns true and should not

2010-04-03 Thread Carl Mäsak via RT
On Wed Apr 22 06:25:42 2009, ronaldxs wrote: > From IRC below > > 19:07 PhatEddy rakudo: my @x; say 'ok' if @x.defined > 19:07 p6eval rakudo 69b318: OUTPUT«ok?» > > The equivalent Perl 5 code says nothing unless you put something in @x > at some point. > > This is similar to some other tickets

[perl #64968] [BUG] After declaring my @x; @x.defined returns true and should not

2009-04-23 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #64968] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64968 > From IRC below 19:07 PhatEddy rakudo: my @x; say 'ok' if @x.defined 19:07 p6eval rakudo