Help for this page

Select Code to Download


  1. or download this
    package DebugApp;
    require CGI::Application::Plugin::LogDispatch;
    1
    
  2. or download this
    #!/usr/bin/perl -wT
    
    ...
    unshift @INC, $path;
    
    require DebugApp;
    
  3. or download this
    package DebugApp;
    use Log::Dispatch::Output;
    use base qw( Log::Dispatch::Output );
    1