![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: How to Make use of CGI with Perlby Arbogast (Monk) |
on Dec 03, 2003 at 12:23 UTC ( #311880=note: print w/replies, xml ) | Need Help?? |
Peanut Galley Opinion I do the following and do well. My website is a standard Linux hosting situation. But I draw everything up on a Windows box. I use ActiveState Perl and the Xitami Web Server (Xitami.com). Unless I forgot something, all I did was make a directory called cgi-bin under the Xitami directory, placed my cgi-scripts there, and was up and running cgi-scripts on http://localhost/ on the Windows box. As long as I use non platform specific Perl, my cgi-scripts run about the same on xitami-windows as linux-apache. The benefit IMO is that I could care less how to configure a web server. The Xitami web server on Windows is extremely simple to install, and puts a stop/start service in the control panel. Easy, easy.
In Section
Seekers of Perl Wisdom
|
|