Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Serving multiple Plack apps

by Your Mother (Archbishop)
on Feb 09, 2015 at 23:32 UTC ( [id://1116113]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cd
    mkdir pm-1116108
    cd pm-1116108
    mkdir cgi
    
  2. or download this
    catalyst.pl MyCatalystApp
    
  3. or download this
    <?php print "Hello, World!"; ?>
    
  4. or download this
    #!/usr/bin/env perl
    use strictures;
    ...
        start_html("HAI"),
        h1("DERP!"),
        end_html();
    
  5. or download this
    use Mojolicious::Lite;
    
    ...
    };
    
    app->start;
    
  6. or download this
    use strictures;
    use utf8;
    use Plack::Builder;
    ...
    };
    
    __END__
    
  7. or download this
    env CATALYST_DEBUG=0 plackup -r
    Watching ./lib pm-1116108.psgi for file updates.
    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://1116113]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-03-29 15:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found