in reply to Re: CGI layout
in thread CGI layout
You can't go wrong with either so Dip your toes in all three with quickstart, do a quick compare, then dip some more ;)
Similar question at mod_perl website structure with lots of good reading material (aim for the short 1-page links first)
http://iam.richardbucker.com/2011/09/21/mojolicious-first-app/
cpan Mojolicious Dancer Catalyst
mojo generate lite_app MyMojoApp
dancer -a MyDancerApp
catalyst MyCatalystApp
oops, these generators are broken (for me) at the moment , so try it or see http://cgi-app.org/index.cgi?BestPractices
cpan Module::Starter::Plugin::CGIApp Titanium
titanium-starter --module=MyTitaniumApp --author=author --email=email
cgiapp-starter --module=MyCGIAppApp --author=author --email=email
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: CGI layout
by Anonymous Monk on Oct 14, 2011 at 10:48 UTC | |
by nando (Acolyte) on Oct 14, 2011 at 12:51 UTC |