in reply to locally installed modules not interfacing

Does the required file correctly compile? Try perl -c Request.pm. Then do the same for the HTTP::Message. If it complains about not being able to find something add a -I /path/to/what/it/could/not/find/lib.

Phil

  • Comment on Re: locally installed modules not interfacing

Replies are listed 'Best First'.
Re^2: locally installed modules not interfacing
by mike hal (Initiate) on Sep 22, 2005 at 15:15 UTC
    Phil Both Request.pm and Message.pm are compiling fine. Good suggestion though. Mike