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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Run "perl -c yourscript.pl" from the command line to obtain a more comprehensive error message.