|
Running A Perl Script Locally
I have a perl script that works fine when I access it via HTTP, but when I telnet into the server, and run the Perl script that way ("perl my_file.pl") I get an error saying it can't find some of the script's .pm files in @INC.
How can I get it to work from the shell, and not just when it's called from Apache?
|