Help for this page

Select Code to Download


  1. or download this
    plackup -L Shotgun -MPlack::App::WrapCGI -e "Plack::App::WrapCGI->new(script => shift)" [cgi]
  2. or download this
    alias pcgi='plackup -Ilib -L Shotgun -MPlack::App::WrapCGI -e "Plack::
    +App::WrapCGI->new(script => shift)"'
    
  3. or download this
    alias pcgi='plackup -L Shotgun -MPlack::App::WrapCGI -e "Plack::App::W
    +rapCGI->new(script => \$ARGV[0])"'
    
    pcgi some.cgi
    HTTP::Server::PSGI: Accepting connections at http://0:5000/
    ...