I am using PHP to try and run a perl script.
I have tried using the exec(), passthru(), and system() commands. The script runs fine when I run it from the command line, but throws errors when I call it with PHP.
system("perl file.pl");
just doesn't seem work