Help for this page

Select Code to Download


  1. or download this
    use Test_logger;
    my $log = Test_logger -> new();
    
  2. or download this
    $log -> message (" Start of program");
    
  3. or download this
    use ADDITION ( &test_addition);
    test_addition ( $log);
    ...