What is the path to Perl?

One of the first things you must do when configuring a script, is set the correct path to the Perl interpreter, which is the engine responsible for processing the script.

The path to perl is: #!/usr/bin/perl
There may be some instances where the following path will work: #!/usr/local/bin/perl

"/home/username/public_html" is the absolute path for any cgi or php you setup.

  • 24 Users Found This Useful
Was this answer helpful?

Related Articles

How am I supposed to install a script?

Usually 99% of the scripts that we have tried before have complete instructions and a special...

How do I enable SSI in my HTML pages?

To take advantage of Server Side Includes (SSI) in your web page, make sure the web page has the...

What is the path to SendMail?

Some programs such as the ones, which send email will need to know where the Sendmail program...

What does File Permissions "chmod" mean?

To chmod a file means to set certain permissions.By default, all files uploaded to the server...

Varnish No-Cache Directive

The Varnish NoCache feature allows you to view your website without having to deal with...