Im getting an internal server error. Whats wrong?
Make sure to check your script’s syntax locally to insure that it will compile on our server. (Perl for Win32 is available at http://www.perl.com/). ALWAYS upload your Perl script using ASCII mode — not binary mode. ALWAYS specify full pathnames to files opened or required by your perl script. Relative pathnames are not guaranteed to function properly. Examine your error logs for help in identifying any problems with your script. Make sure you are using the appropriate URL to access your script. A CGI file not found error appears as a 500 internal server error.