mr_selectah wrote on Wed Aug 2 10:39:07 MEST 2006:
Hello, I'm experiencing problems with the Perl DBI-Module. I am using the Module in another perl module (use DBI;) and get the error "Compilation failed in require" in this line although when checking the DBI.pm file itself it won't report any compilation errors. I already tried cleaning the project, opening/closing/saving the files etc. Any ideas?? Kind regards, Nino Ulsamer
jploski wrote on Wed Aug 2 13:56:37 MEST 2006:
Run "perl -c yourscript.pl" from the command line to obtain a more comprehensive error message.
Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.