RE: umable to run cgi scripts under mod_perl

2001-04-17 Thread Brendan McAdams
you need to close your script with a END. -Original Message- From: Ratan Jha [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 06:33 To: [EMAIL PROTECTED] Subject: umable to run cgi scripts under mod_perl Running mod_perl-1.22 apache-1.3.11 I want to run plain perl scripts

Re: umable to run cgi scripts under mod_perl

2001-04-13 Thread G.W. Haywood
Hi there, On Tue, 13 Mar 2001, Ratan Jha wrote: Running mod_perl-1.22 apache-1.3.11 #!/usr/bin/perl print END; html body h1This is a test/h1 /body /html But where's the END? 73, Ged.