[GLLUG] CGI/Perl Script

Matt Graham danceswithcrows@usa.net
Sun, 18 Aug 2002 21:24:06 -0400


On Sunday 18 August 2002 20:53, after a long battle with technology, 
Mike Johnson wrote:
> Can anyone suggest a good CGI or perl script that is easily
> configurable and and works well.

#!/usr/bin/perl -w
use CGI;
print header, h1("Hello, world!")
print end_html;

Works well.  Configurable by editing in your favorite text editor.  Or 
is that not what you meant?

Maybe you should phrase your question a bit more explicitly, like "How 
do you get mod_perl working with Apache on Linux?", or "What is a good 
CGI-Perl based set of scripts that does $FOO?", or "How can I implement 
a site that does $BAR using CGI-Perl scripts that query a $BAZ 
database?"

-- 
   Due to inflation, your 40 acres and a mule have now been reduced to
   400 square feet and a guinea pig.
There is no Darkness in Eternity/But only Light too dim for us to see