in reply to Re: External Perl Module
in thread External Perl Module

To expand on the above post, how did you go about installing Image::Magick? If installed properly inside that directory, you might be able to use it via:
use lib '/usr/ports/graphics';

---
It's all fine and dandy until someone has to look at the code.

Replies are listed 'Best First'.
Re^3: External Perl Module
by Anonymous Monk on May 19, 2006 at 19:45 UTC
    The people at the hosting company did.
      Okay, so that means "I don't know, but I sure hope so!". :)

      Anyway, did you try adding the code I posted, and if so did it help?

      ---
      It's all fine and dandy until someone has to look at the code.