App-Basis
view release on metacpan or search on metacpan
lib/App/Basis.pm view on Meta::CPAN
=head1 SYNOPSIS
use 5.10.0 ;
use strict ;
use warnings ;
use POSIX qw(strftime) ;
use App::Basis
sub ctrlc_func {
# code to decide what to do when CTRL-C is pressed
}
sub cleanup_func {
# optionally clean up things when the script ends
}
sub debug_func {
my ($lvl, $debug) = @_;
if(!$debug) {
$debug = $lvl ;
( run in 1.377 second using v1.01-cache-2.11-cpan-de7293f3b23 )