Help for this page

Select Code to Download


  1. or download this
    sub method {
       my ($self, $arg) = @_;
    ...
    
       other(@_);   # equiv. to $self->other($arg)
    }
    
  2. or download this
    $self->other($arg);