i am tryin to run a basic perl file. this is what i done:
----------------------------
% my $planet = "World";
Hello, <% $planet %>!
-----------------------------
i saved the file as first.pl
i told the system that the file is excecutable:
chmod +x first.pl
i tried to open the file in Internet Explorer, and i got the content of the file:
http://134.36.16.12/perl/first.pl
i checked that httpd.conf includes the
LoadModule perl_module modules/mod_perl.so
PerlModule /usr/lib/httpd/modules
when i type $ perl - v
i get