Can I use FastCGI with Perl?
Yes, accounts that support both Perl and CGI can use FastCGI with Perl (more info). However you will need to create an .htaccess
file in the directory containing the file.cgi
script with the contents "Options ExecCGI".
NOTE: This will need to be done in any directory outside of /cgi
FCGI scripts.