Help for this page

Select Code to Download


  1. or download this
    package Some::Class;
    use Logger;
    ...
        $self->print_to_log( 'some other stuff' );
        ...
    }