Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Help me fill a gap in my server-side knowledge?

by tobyink (Canon)
on Jan 26, 2013 at 00:34 UTC ( [id://1015433]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env plackup
    
    ...
            [ 'Hello world' ],
        ];
    };
    
  2. or download this
    #!/usr/bin/env perl
    use Plack::Loader;
    my $app = Plack::Util::load_psgi("/full/path/to/greeting.psgi");
    Plack::Loader->auto->run($app);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1015433]
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-28 14:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found