Help for this page

Select Code to Download


  1. or download this
    use base 'CGI::Application';
    use CGI::Application::Plugin::Config::Simple;
    ...
       $username => $self->config_param('s_user'),
       $dsn      => $self->config_param('s_dsn'),
    }