How should I set up the paths within my perl CGI scripts?

Use the following command from a shell prompt to find the path to perl:

which perl

It will return a result similar to

/usr/bin/perl

This will be the path to your perl module.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Troubleshooting PERL Script Errors

If a PERL script does not execute correctly check the following: 1) Upload the file in ASCII...

Powered by WHMCompleteSolution