Help for this page
#!/usr/bin/env perl use strictures; use CGI qw(:standard); ... } exit 0;
plackup -l :8080 -L Shotgun -MPlack::App::WrapCGI \ -e 'Plack::App::WrapCGI->new( script => "1066091.cgi" )'