sub foo { (map { # body of foo here. $whatever } @_)[0..$#_]; }