CGI, Perl (6)
Control Panel (5)
Domain Registration & DNS (11)
E-Mail Services (4)
MySQL (2)
PayPal IPN & Testing (17)
SSH and Misc. (1)
Web and Files (9)
|
CGI, Perl: Where should I put my Perl scripts? Scripts (*.pl, *.cgi files) can be executed from any location within your public_html directory. While there are a few relatively ...
What version of Perl is running? As of this writing all of our servers are currently running Perl version 5.6.1 ...
What is the path to Sendmail? The path to Sendmail on all of our servers is:
/usr/sbin/sendmail
...
What is the path to my cgi-bin directory? The path to the cgi-bin directory on all accounts is:
/home/username/public_html/cgi-bin/
The path to the cgi-bin directory for subdomains is:
/home/username/public_html/subdomain/cgi-bin/
...
What is the path to Perl?
The path to Perl on all of our servers is:
/usr/bin/perl
Note that this is the common default path used on ...
Unable to delete files created by Perl scripts
You may find that you are unable to modify or delete files or folders which were created by a Perl/CGI ...
|