Help for this page

Select Code to Download


  1. or download this
    use Log::Log4perl qw(:easy);
    
    ...
            DEBUG("I'm here!");
        };
    }
    
  2. or download this
        main::foo: I'm here!