Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: PERL-CGI on shared unix server

by Your Mother (Archbishop)
on Jun 22, 2018 at 15:20 UTC ( [id://1217211]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    # File called pm-1217158.cgi
    use strict;
    ...
        start_html("Hello, Nurse!"),
        h1("OHAI!"),
        end_html();
    
  2. or download this
    cow@moo[323]~>plackup -L Shotgun -MPlack::App::WrapCGI \
         -e 'Plack::App::WrapCGI->new( script => q{pm-1217158.cgi} )'
    HTTP::Server::PSGI: Accepting connections at http://0:5000/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (1)
As of 2024-04-24 16:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found