in reply to web application wizard

I don't know of any wizard application per se, but you could look at using CGI::Application along with HTML::Template to build your simple application. If the program is database driven give Class::DBI a look. Finally, if this will become a full blown database driven web application look into Maypole which combines Class::DBI, Template, and an API for hooking all of them together.

Replies are listed 'Best First'.
Re^2: web application wizard
by Anonymous Monk on Jul 16, 2004 at 21:10 UTC
    CGI::Application::Generator