[100345] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: Apache web server scripts &

daemon@ATHENA.MIT.EDU (Dictator For Life)
Fri Nov 20 01:10:07 1998

From: Dictator For Life <criterion-consulting@usinternet.com>
To: redhat-list@redhat.com
Date: Fri, 20 Nov 1998 00:05:30 -0600
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

On Fri, 20 Nov 1998, aromes@microtec.net wrote:
#Hi,
#On my Apache web server, I ve created this little index.html 
#script:
 [snip efforts at re-inventing the wheel]

What you need is to learn about CGI.pm

It makes all this *much* easier than parsing that stuff yourself. To use it
all you need to do is:

use CGI;

If you want a decent book on the subject, take a look at:

Official Guide to Programming with CGI.pm: The Standard for Building Web Scripts

This is written by Lincoln Stein, the author of the CGI module.

Hope this helps,

DFL


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post