|

PATH INFORMATION
When calling perl from a script you should call it as: /usr/bin/perl
If someone has perl scripts or cgi's they wish to place on their domain they should put them in their own cgi-bin which is located on the server at:
/home/$user/$domain-www/cgi-bin
(where $user is the user name for that domain and $domain is the name of the domain without the extension)
The root path to a domain's web pages is /home/$user/$domain-www/ with $user and $domain being the same as above.
Sendmail is at:
/usr/sbin/sendmail
The date is at:
/bin/date
|