Help for this page

Select Code to Download


  1. or download this
        use Log::Log4perl qw(:easy);
    
    ...
    
        DEBUG("My Message");
        INFO("Another message");
    
  2. or download this
        ./test.pl:15: My Message
        ./test.pl:16: Another message