What is the path to PERL?

The PERL path is the very first line in every .cgi or .pl file.  For example, the path to the PERL interpreter will be either:

#/usr/bin/perl  -or-  #/usr/local/bin/perl

Either of these will work.
  • 23861 Users Found This Useful
Was this answer helpful?

Related Articles

What is Perl?

Perl (unofficially acronymed as Practical Extraction and Report Language) is a dynamic procedural...

Understanding CGI Basics

Understanding the Basic of CGI Q. What Is CGI and how is it going to help me? A. CGI is...

Can I add my own CGI scripts?

Our Linux servers have the capability to run CGI scripts in your own "cgi-bin"...

Is there a limit on CGI script use?

We do not put limits on CGI scripts outside the use of malicious or harmful/damaging scripts.