Help for this page

Select Code to Download


  1. or download this
        wipeLog();
        logMessage("testing");
        logMessage( Carp::cluck("Cluck at "));
    
  2. or download this
    testing
    1
    
  3. or download this
    #testcarp.pl
    # custom module
    use TestCarp('test_carp');
    test_carp();
    
  4. or download this
    #testcarp.pm
    
    ...
    }
    
    1;
    
  5. or download this
    #logger.pm
    use strict;
    ...
    }
    
    1;