After successfully mounting a directory on the server where a DBI-script
resides. I get the following error message when I try to run it:
Can't locate DBI.pm in @INC (@INC contains:
/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
/usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005
.) at enter_load line 89.
BEGIN failed--compilation aborted at enter_load line 89.
line 89 is : use DBI;
I don't have DBI installed on the client (and don't want to). I am
trying to execute this script on the server (as if I were executing it
from the server).
Any Ideas?