Re: [EMAIL PROTECTED] Need help getting perl/cgi to work with Windows apache

2006-02-19 Thread Octavian Rasnita
From: "Mary Anderson" <[EMAIL PROTECTED]> > > Hi, >I pulled a tutorial off the web. It told me to edit the httpd > configure file as follows: > > > Options ... > ExecCGI... > > > AddHandler cgi-script .cgi .pl > > With these changes I can run the following file > >

[EMAIL PROTECTED] Need help getting perl/cgi to work with Windows apache

2006-02-19 Thread Mary Anderson
Hi, I pulled a tutorial off the web. It told me to edit the httpd configure file as follows: Options ... ExecCGI... AddHandler cgi-script .cgi .pl With these changes I can run the following file #!C:/perl/bin/perl.exe print "Content-type:text/html\n\n"; print "