For some reason, on my new linux box, I have apache and perl installed. In a cgi script, if I refer to a module in another directory (as shown below), it won't work. I know my permissions are set correctly and everything. Any suggestions?
#!/usr/bin/perl
require './folder/module.pm';
btw, its a linux box, and the same scripts worked fine on a Windows box.
-Mike
