Help for this page

Select Code to Download


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