I have a perl script which uses the perl DBI package. However, when I call this script from a PHP script I get the error "Can't locate object method "connect" via package "DBI" at ./dumb.pl line 12." in my apache error logs. I can run this perl script from the command line with no problems. Can anyone be of assistance?