0

I have 2 installed Perl on the OS, now my cgi script need to run the module on newly installed Perl, I've already set played the PERL5LIB, @INC to include the new instance but it doesn't work.

Any way to modify apache to look/use the new Perl instance?

lupin
  • 1

1 Answers1

0

Can you start your cgi script with a she-bang, using the path of your desired perl:

#!/usr/bin/perl -w
Lars Rohrbach
  • 428
  • 4
  • 12