Running CGI Applications on a Single StationLocal Area Network
October 19, 1998
You still with me? Okay the next thing
we need to do is try running some CGI applications with
your new server. To do so, simply dump a simple CGI script in the cgi-bin
directory under the sambar directory. Here is one I use:
#!c:\Perl\Perl5.00402\bin\perl.exe
use CGI;
$dataIn = new CGI;
$dataIn->header();
print "Hello Cyberspace";
Installing a Web Server : Sambar
Introduction to Databases for the Web | Table of Contents
Setting up a Sample Database
|