On Aug 4, 2005, at 2:47, Chris Devers wrote:

You can run CGI scripts on your local computer IF you have a web server, but that's not necessarily a problem. Most versions of Unix will already include some version of the Apache web server, and there are many groups offering pre-packaged versions of Apache along with Perl, MySQL, and PHP
for Windows. Once you have Apache installed, there's not much overhead
to running things this way -- you just interact with things through a
web browser on your computer using <http://localhost/myscript.pl> etc.

There are other fast and lightweight web servers that have less features but are a breeze to configure, for instance:

     lighttpd
     http://www.lighttpd.net/

     Thy
     http://bonehunter.rulez.org/software/thy/

-- fxn

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to