Help for this page

Select Code to Download


  1. or download this
    sub log {
        my ($self, $msg) = @_;
    ...
        my ($self) = @_;
        $self->log('Entered foo');
    }