Question : cgi-bin/test.pl Not Working

Context
- I am using Linux Hosting on a Dedicated server.
- The server is using Plesk.
- I have created a test.pl file with the following contents:
1:
2:
#!/usr/bin/perl
print "Hello World.\n";

- I have given the perl script 755 permissions.

Problem
I am getting "404 - page not found" when attempting to browse script on:

http://www.mydomain.com/cgi-bin/test.pl

How do I fix this?

Answer : cgi-bin/test.pl Not Working

Random Solutions  
 
programming4us programming4us