Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Remove CGI.pm from Perl Core? (Plack / PSGI Stand-Alone)

by Corion (Patriarch)
on May 28, 2013 at 13:57 UTC ( [id://1035613]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    % cat > app.cgi
    package main;
    ...
    Plack::Handler::CGI->new->run($app);
    
    % cat `perldoc -l Plack::Handler::CGI` app.cgi > app_bundled.cgi
    
  2. or download this
    $ cat > myapp.pl
        use Mojolicious::Lite;
    ...
          $self->render(text => "Hi");
        };
        app->start;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1035613]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-20 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found