Help for this page

Select Code to Download


  1. or download this
    $ perl -le " use if $ENV{maplat_debug}, lib => 666; print for @INC"
    C:/perl/site/5.12.2/lib/MSWin32-x86-multi-thread
    ...
    C:/perl/5.12.2/lib/MSWin32-x86-multi-thread
    C:/perl/5.12.2/lib
    .
    
  2. or download this
    use if Log::Log4perl->get_logger->is_debug, ...;
    
    ...
     my_program.pl --debug MyModule
     my_program.pl --debug MyModule,MyOtherModule --debug Foo