Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    INFO "Creating object for testmodule";
    
    $testmodule->_printTime();
    
  2. or download this
    package TestModule;
    use Log::Log4perl qw(:easy);
    ...
        INFO "$time";
    }
    1;