Help for this page

Select Code to Download


  1. or download this
    use File::Path qw( mkpath );
    
    ...
        warn "Couldn't initilize logger, defaulting to blank config file";
        Log::Log4perl->init( \'' );
    }