I keep getting internal server error from my CGI Perl script. What does this mean?

I keep getting internal server error from my CGI Perl script. What does this mean?

1) Make sure your script was uploaded in ASCII

2) Make sure the permissions on the files are 755

3) Make sure the top line of your scripts reads #!/usr/bin/perl

see the CGI Perl FAQ for more details

Was this helpful?