Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
    $logger->info("Mischief managed.");
    
  2. or download this
    Output:
    
    ...
    Fri Dec 24 19:33:09 CET 2021
    INFO - Mischief managed.
    
  3. or download this
    Log::Log4perl::Config->allow_code(0);