Em Qui, 2009-05-21 às 21:33 -0300, Daniel Ruoso escreveu:
> my @x = map { $_ * 2 for 1,2,3 }, 1,2,3;
> say @x[0]; # 1;
> say @x[0;0]; # ERROR
> say @x[1]; # 1;
> say @x[1;0]; # ERRORer... there should be a 2 as output of the fourth line there... daniel
