Where are Perl and Sendmail located?
Many cgi programs are written in Perl. In order for them to run, they’ll need to know where the Perl interpreter is located. Programs that send email also may need to know where the program “sendmail” is located. Here are the full system paths to those programs: web2 Perl /usr/local/bin/perl web2 Sendmail /usr/sbin/sendmail web1 Perl /usr/local/bin/perl Sendmail /usr/sbin/sendmail web0 Perl /usr/bin/perl Sendmail /usr/sbin/sendmail You’ll need to configure those in many public domain cgi programs that are available for download.