CGI
Always upload your script in ASCII transfer mode (and NOT BINARY mode).
The path to Perl: /usr/bin/perl
The path to your home directory: /home/username
The path to your cgi-bin: /home/username/cgi-bin
The path to your public_html directory: /home/username/public_html
Setting your permissions on your CGI scripts:
CGI FILE - 755 or Owner=read/write/execute, group=read/execute, world=read/execute
DATA FILE - 666 or Owner=read/write, group=read/write, world=read/write
These permissions are most easily set wtih your VCP using the FileManager.
File extensions on cgi scripts:
Any files based in your cgi-bin will execute regardless of it's extension.
If you wish to execute a script outside of your cgi-bin then the script
should end with the extension .cgi.