Q: Can I execute Perl Scripts outside of cgi-bin?
Ans: If you wish to execute Perl scripts outside cgi-bin then you will need to add following code in your .htaccess :-
AddHandler cgi-script .cgi .pl Options +ExecCGI
Ans: If you wish to execute Perl scripts outside cgi-bin then you will need to add following code in your .htaccess :-
AddHandler cgi-script .cgi .pl Options +ExecCGI