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