Help for this page
sub apply (&@) { ... &$action foreach my @values = @_; wantarray ? @values : $values[-1]; }