perl script not working receiving error messages
I have been trying to run perl scripts that work just fine in strawberry perl, but I cannot figure out why they won't work on my web site, and have been stuck ever since. I don't know what I am doing wrong.
I am unable to run a simple .pl file.
This is the script:
#!/usr/bin/perl
print "Content-type: text/html\n";
print "\n";
print "";
print "";
print "
It seems that your file permissions may be wrong. Please be sure you are using 755 as the file permissions on your account. I copied and pasted your code onto a server and it pulled up in the browser just fine.
Best Regards,
TJ Edens