Help for this page

Select Code to Download


  1. or download this
    plackup --listen localhost:80 --loader Shotgun -MPlack::App::WrapCGI -
    +e " Plack::App::WrapCGI->new( script => q{test.cgi} ) "
    
  2. or download this
    plackup -l localhost:80 -L Shotgun -MPlack::App::WrapCGI -e " Plack::A
    +pp::WrapCGI->new( script => q{test.cgi} ) "