Using Perl with CGI
From Liway Wiki
Using Perl with CGI is pretty simple. Just have a cgi-bin directory, and put your perl web-application(s) inside it.
One key thing to note, is that they must be owned by your user (ie. cPanel user), and they must also reside in your group. Additionally, they must have execute permissions.
The former two of the above should happen automatically. If you think they have not (you will get an Internal Server Error message when executing your scripts), then contact us. The latter of above can be accomplished by making sure the permissions of the CGI scripts are at 755.

