Help for this page
# And for something completely different... sub foo { ... # body of foo here. return $whatever; }
sub foo { map { ... $whatever } @_ }