develooper Front page | perl.perl5.porters | Postings from May 2013

Re: RFC: Removing CGI.pm from the core distribution

Thread Previous | Thread Next
From:
Alexandr Ciornii
Date:
May 24, 2013 09:07
Subject:
Re: RFC: Removing CGI.pm from the core distribution
Message ID:
CAB9LR-bQGuiEgrQV05G9x3VtTTpE34UV0bcmsf6W_2jh7B08Gg@mail.gmail.com
Hello

2013/5/24 Ricardo Signes <perl.p5p@rjbs.manxome.org>:
>
> I think it's time to seriously consider removing CGI.pm from the core
> distribution.  It is no longer what I'd point *anyone* at for writing *any*
> sort of web code.  It is in the core, as far as I know, because once it was the
> state of the art, and a major reason for many people to use the language.  I
> don't think either is true now.

Many people still use programs that use CGI.pm, for ex. from NMS
collection. And CGI.pm is easiest to start with.

>  Finally, if you need CGI, it's easy to install
> after installing perl, just like everything else we've dropped from the core
> distribution.

It would not be easy to do on web hosting which does not has
possibility of installing modules from CPAN. Also currently CGI.pm
requires FCGI which requires compiler which frequently is not
installed.
>
> In the past two years, all my interactions with CGI.pm have been to fix bugs or
> send pull requests to quiet it from making noise in the core.  I expect others
> here have had the same experience.

I use CGI::Applications (mostly for old programs), it uses CGI.pm.
Also if I need a very simple web program, I use CGI.pm directly.


--
Alexandr Ciornii, http://chorny.net

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About