alteisenriese Posted March 7, 2010 Posted March 7, 2010 I tried to run a perl script by pointing my browser to http://mydomain/file.pl but it didnt work and it gave me an 404 error. Im a newbie in perl i dont understand how to run it. Is there any requirements or anything that i have to set up first before running a perl script?
Byron Posted March 7, 2010 Posted March 7, 2010 A 404 error is telling you the page couldn't be found. Normally a perl script will give you a 500 error if it doesn't work. Make sure you set the file permissions to 755 on a cgi/perl script. If it still doesn't work then post the script for somebody to see.
alteisenriese Posted March 9, 2010 Author Posted March 9, 2010 A 404 error is telling you the page couldn't be found. Normally a perl script will give you a 500 error if it doesn't work. Make sure you set the file permissions to 755 on a cgi/perl script. If it still doesn't work then post the script for somebody to see. ok, ive tried so many times but it always gave me 500 error. i want to test this script if someone can show me how to run it please feel free to share it with me. Thanks in advance.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now