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

Re: CGI.pm is dead, long live CGI.pm

Thread Previous | Thread Next
From:
Aristotle Pagaltzis
Date:
June 2, 2013 15:11
Subject:
Re: CGI.pm is dead, long live CGI.pm
Message ID:
20130602151124.GA8075@fernweh.plasmasturm.org
* Tatsuhiko Miyagawa <miyagawa@gmail.com> [2013-06-02 17:05]:
> On Sun, Jun 2, 2013 at 5:49 PM, Daisuke Maki <lestrrat@gmail.com> wrote:
> >
> > % cat `perldoc -l Plack::Handler::CGI` app.cgi > app_bundled.cgi
> >
> > Plack::Request comes with Plack.
>
> Well yeah, but that requires Plack, and if you have Plack, there's no
> need to embed Plack::Handler::CGI in your CGI script :)

I think he meant to amend that

% cat `perldoc -l Plack::Handler::CGI Plack::Request` app.cgi > app_bundled.cgi

Though if you keep doing that then pretty soon it gets easier to just
let fatpack have that job.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

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