DB<39> sub f { 1..3} DB<40> my @y = my @x = f(); print"@x,@y" 1 2 3,1 2 3 DB<41>