seanc has asked for the wisdom of the Perl Monks concerning the following question:
I need to create a simple HTML form with a database backend. I have done this sort of thing with CGI in the past, but I believe PSGI/Plack is the preferred alternative now. Is that correct, or is there something else I should be looking at? Should I be looking at a complete framework like Catalyst?
Any good starting points? I've found the following so far:
This will run on an Ubuntu 14.04 server, with Apache.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: CGI Alternatives
by VinsWorldcom (Prior) on Jan 22, 2016 at 12:37 UTC | |
Re: CGI Alternatives
by Myrddin Wyllt (Hermit) on Jan 22, 2016 at 14:13 UTC | |
Re: CGI Alternatives
by ww (Archbishop) on Jan 22, 2016 at 21:44 UTC | |
by seanc (Novice) on Jan 23, 2016 at 11:20 UTC | |
Re: CGI Alternatives
by hotchiwawa (Scribe) on Jan 23, 2016 at 14:16 UTC | |
by seanc (Novice) on Jan 23, 2016 at 19:11 UTC | |
Re: CGI Alternatives
by Discipulus (Canon) on Jan 29, 2016 at 09:40 UTC | |
Re: CGI Alternatives
by seanc (Novice) on Jan 23, 2016 at 06:18 UTC | |
Re: CGI Alternatives
by seanc (Novice) on Jan 29, 2016 at 05:46 UTC |