WHAT IS THE PATH TO SENDMAIL, PERL, ETC?

If you need the absolute path to your files or perl for a program or script this will help you.

The path to Perl is "usually": /usr/bin/perl
You can find out for sure by checking the path inside your control panel. The path for your server is listed there.

If you need the path to your files on the server it will be in either one of two places:

/usr/home/your-login/public_html

or

/home/your-login/public_html

You would need to replace "your-login" with the login of your site.

The public_html directory is where you place your web pages. If you need the path to the cgi-bin just add "/cgi-bin" to the end of the line. For example:

/usr/home/your-login/public_html/cgi-bin