Would one of you give me a little overview and point to best docs to read
for mod_perl and CGI perl.  

For starters, I tried to put a script at my local apache web server root 
directory, and the server just displays the contents as text...sounds like a 
web server setting is wrong like an alias...

I read a little about apache alias for mod_perl and am confused.  Can you use 
a normal server where perl scripts run and there is no alias of perl to 
mod_perl?   What should be the first line of the script to point to mod_perl 
without an alias?


John Griessen Austin TX

script start that will not run on my new install of apache...just displays 
the text.
=========================
#!/usr/bin/perl
use strict;
$|++;
BEGIN {

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to