What is the path to PERL?

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

/usr/bin/perl

-- or --

/usr/local/bin/perl

Either of these will work.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

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.

Can I add my own CGI scripts?

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

What is PERL?

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