THis is more a matter for the beginners-cgi list, but oh well.
On Sat, 23 Oct 2004 [EMAIL PROTECTED] wrote: > In the options for the directory on my server I have included ExecCGI > and also the script has read/execute access for anybody Let's keeep this very simple for now. Try something like this: #!/usr/bin/perl print "Content-type: text/plain\n\n"; print "If you can read this, CGI works."; If the web browser displays the source code, Apache isn't set up right. If the web browser shows the message, you can move to the bigger script. My hunch is that you're going to get the raw source code. If that's the case, can you send the <directory ...> block from your httpd.conf file? -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>