Help for this page

Select Code to Download


  1. or download this
    sub apply_arguments
    {
        my ($item, @args) = @_;
    ...
            apply( $item, @args );
        }
    }
    
  2. or download this
    sub apply_arguments
    {
        my ($self, @args) = @_;
    ...
            $self->apply( @args );
        }
    }