Hi List,

I'm trying to get my feet wet on Perl, so please forgive
my questions.

I've written my first test.pl file with
#!/usr/bin/perl
print ("Hello World\n");
I get an output as expected when started thru command line.

I installed mod_perl (it runs without any prob.) by getting
a mod_perl.so and placing it into my modules folder. Server
lists correct use of Module + version of perl.

Now I'd like to get an output by calling the test.pl thru
localhost/perl/test.pl but all I get is the source code it
is not interpreted. Of course the line LoadModule perl_module
modules/mod_perl.so is in the httpd.conf, but I have the
feeling there is something missing, or what do I do wrong?

thx
janbro

P.s. System is winXP + Apache 2.0.50

Reply via email to