in reply to Re^3: DBD mysql
in thread DBD mysql
UPDATE: For example, in your script that is working, right before the use DBD::mysql statement you could insert:
Also, are the scripts that are working and not working running under the same user?BEGIN { open my $fh, ">", "/tmp/name-of-script.INC.txt"; printf $fh "%s\n", join "\n", @INC; }
|
---|