Help for this page
sub foo { # vvvv Temp array ... @ret[0..$#ret]; # ^^^^^^^^^^^^^^ list 3 }
sub foo { map { ... $whatever; } 0..$#ret; }