Hi all Iv'e downloaded a pdf module from CPAN and am trying to use it in my webspace provided by Demon Internet (www.demon.net) but no matter what I try it cannot 'find' the module called Reuse.pm which IS in the same directory as the following script.
!/usr/bin/perl use lib "$ENV{'DOCUMENT_ROOT'}/pdftest"; use CGI::Carp qw(fatalsToBrowser); use Reuse; use PDF::Reuse; print "Content-type: text/html\n\n"; print "<HTML><BODY>Finished</BODY></HTML>"; It stops on the "use PDF::Reuse;" statement saying it can't find the module at yet the Use Reuse does not cause an error and the error shows the @inc path which contains the full path to my working directory. I've tried Demon's technical support but they offered very little advice Thanks in advance for your help Andrew Kennard -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>