Help for this page
sub run { my ($self) = @_; ... # In user Class->new(...)->run();
sub run { my $class = shift; ... # In user Class->run(...);