Re: cgi development environment
[email protected] (David Dorward) Wed, 19 Sep 2012 11:38:32 +0100
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
On 18 Sep 2012, at 13:34, Chris Stinemetz <[email protected]> = wrote: > I am very interested in cgi scripting. I have only used php for web > development in the past. CGI or Perl? For a long time CGI with Perl was a popular combination so = there are a lot of documents which conflate the two. It is possible to do CGI programming in PHP (which you already know), = but PSGI[1] is the flavour du jour for server side web programming with = Perl. CGI is still a plausible option though. It has the benefit of simplicity = (but isn't the most efficient option). [1] http://plackperl.org/ --=20 David Dorward http://dorward.me.uk