Help for this page
sub log { my ($self, $msg) = @_; ... my ($self) = @_; $self->log('Entered foo'); }