View Single Post
Old Nov 14th, 2007, 3:18 PM   #1
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,788
Rep Power: 5 Sane will become famous soon enough
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?
Sane is online now   Reply With Quote