Help for this page

Select Code to Download


  1. or download this
        # Foo.pm
        package Foo;
    ...
        sub foo {
            DEBUG "Fooing the database";
        }
    
  2. or download this
        # l4p.conf
    
    ...
        log4perl.appender.Logfile          = Log::Log4perl::Appender::File
        log4perl.appender.Logfile.filename = test.log
        log4perl.appender.Logfile.layout   = Log::Log4perl::Layout::Simple
    +Layout