Incorrect Path to PERL

This is a very common problem, and is easily fixed. The first line of your program needs to be the correct path to where perl is installed on your server. On all servers, this path is correct:

#!/usr/bin/perl

Was this article helpful?

Related Articles