CGI-Perl
Programming / Installation
This quick reference provides a
brief summary of basic configuration information. For an overview of
this topic, or for more complete information and instructions, please
read our detailed documentation.
Perl location:
#!/usr/local/bin/perl
(perl is version 5.005.02)
Sendmail location:
/usr/sbin/sendmail
(use the -t option)
Path to home directory:
Path to document root:
/usr/home/yourdomain.com/htdocs
$ENV{'DOCUMENT_ROOT'} (preferred)
Path to cgi-bin directory:
/usr/home/yourdomain.com/htdocs/cgi-bin
$ENV{'DOCUMENT_ROOT'}/cgi-bin (preferred)
How to chmod files:

|