Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Module for trying out CGI/Apache+Perl

by sundialsvc4 (Abbot)
on Jun 18, 2013 at 18:08 UTC ( [id://1039621]=note: print w/replies, xml ) Need Help??


in reply to Module for trying out CGI/Apache+Perl

Plan carefully.   There are very-lightweight HTTP servers such as HTTP::Server::Simple which you can execute right within your own login session, and connect-to by opening a specified port-number at localhost, which is always your own machine.   This will create an environment that is functionally identical to the one that Apache will create for you, and it is considerably easier for testing.   (For intra-net purposes, I have been known to use those packages in production, and they work just fine.)

I happen also to be fond of Plack, and use the plackup command at the command-line to run a local-server instance in the same way.

Replies are listed 'Best First'.
Re^2: Module for trying out CGI/Apache+Perl
by Shuraski (Scribe) on Jun 18, 2013 at 23:40 UTC

    Dancer is a PSGI based application. All the benefits of Plack. Plus really, really easy to install, test, and deploy.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-20 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found