Error messages and Perl

If you get an 'Internal server error' running your Perl script, check the following:

 

 

If you get '[an error occurred while processing this directive]' when running a Perl script as an SSI, check the following:

 

            <!--#include virtual="/cgi-bin/script.pl"-->

 

Note that your SSI will not function if you use the exec cgi directive. You should also ensure that your file's extension is .shtml.