Q: What's the path to Perl?
A: Perl is located at '/usr/bin/perl'.
Q: Where is my cgi-bin located?
A: The cgi-bin is located in /home/httpd/vhosts/domain.com/cgi-bin.
Q: What's the path to sendmail?
A: Sendmail is located at '/usr/sbin/sendmail', and should be invoked
in Perl as 'open(MAIL,"|/usr/sbin/sendmail -t");'
Q: What are the necessary and default permissions?
A: All files default to 750 (rwxr-x---). Data files to be edited by
CGI scripts should be CHMOD'ed to 600 (rw-------) or above (750 is ok,
but less secure).
Q. Where can I view the error logs for my cgi scripts?
A: You can view your error log by using the Customer
Control Panel.
Q: Where can I download free scripts?
A: There are numerous places on the Internet which have free scripts
available. Some of these include ResourceIndex.com,
Matt's Script Archive
and Free-Scripts.net.
Q: Where can I learn about Perl?
A: Some excellent sites for learning perl are CGI-101
and Perl
In 21 Days.
|