in reply to Re: CGI::Application for complex web applications?
in thread CGI::Application for complex web applications?

CGI::Application::Plus should not be used. The author has depricated the module, and changed the name to CGI::Builder, so if you really want to, use that instead. However, make sure you read up on the author before using those packages...

  • Comment on Re^2: CGI::Application for complex web applications?

Replies are listed 'Best First'.
Re^3: CGI::Application for complex web applications?
by techcode (Hermit) on Jul 28, 2005 at 06:17 UTC
    Yes I'm aware that CGI::App::Plus is deprecated but CGI::Application itself isn't.

    I was thinking of CGI::Application::Plugin::AutoRunmode so that I wouldn't need to write setup and add run modes by hand ...