Help for this page
sub multi_foreach(&@) { my $code = shift; ... } multi_foreach { say join ' ', @_ } \( @a, @b, @c );