Help for this page
sub method { my ($self, $arg) = @_; ... other(@_); # equiv. to $self->other($arg) }
$self->other($arg);