Help for this page
sub apply_arguments { my ($item, @args) = @_; ... apply( $item, @args ); } }
sub apply_arguments { my ($self, @args) = @_; ... $self->apply( @args ); } }