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