I am trying to catalog a directory of PDF's and I am using the PDF (http://search.cpan.org/author/ANTRO/PDF-111/) module to parse each document and get the number of pages.
I set up this simple test script which works fine....
When I try to incorporate the above snippet into something more useful that uses other modules etc. I get the following error
Am I missing something fundamental about the use of Perl modules or is there something awry with my use of this particular one?????