Is there a way to get more helpful Perl error messages apart from the dreaded "Sawtooth error #132"? An error reason or line number would be useful.
I want to use an off-the-shelf Perl module (
http://search.cpan.org/~manwar/PDF-Create-1.43/lib/PDF/Create.pm).
It fails as soon as I "require" the module. I have successfully required a basic Hello World module so the problem must be in the file content.
At the moment I'm just copying snippets of code into a fresh module and testing the question each time to see if it throws an error. Tedious!
How to debug Perl?
Resolved
1 reply