Need a simple Perl help

Newbie Member
18Mar2009,07:04   #1
geevee's Avatar
I have a simple perl hello world script in my page

The script is as follows.

#!/usr/bin/perl
print "Content-Type: text/html \n\n";
print "Hello Perl World";

But it doesn't work.
It throws a Internal Server Error.
Can anybody help???


Thanks
Team Leader
24Mar2009,17:27   #2
pradeep's Avatar
Have given executable permissions to the script?
Go4Expert Member
25Feb2010,10:43   #3
ungalnanban's Avatar
Its working for me how you ran your program?