in reply to CGI layout

I am in a similar situation. From what I see, Mojolicious and Dancer could give my little project that lacks strength.

I suspect that if I can understand the general concept of these applications the learning curve is not too hard.

To organize a little all files that have been generated, had thought of studying CGI:: Application ... Would it be better to learn directly Mojolicious or Dancer?

Thank you!

Replies are listed 'Best First'.
Re^2: CGI layout
by Anonymous Monk on Oct 14, 2011 at 10:07 UTC
      cgiapp-starter --module=MyCGIAppApp --author=author --email=email
      
      titanium-starter --module=MyTitaniumApp --author=author --email=email
      
      cas-starter --module=MyCASApp --author=author --email=email
      
      will work if you install cpan PETDANCE/Module-Starter-1.54.tar.gz

        Thanks!

        :)