in reply to External Perl Module

I think your missing link is in CPAN -- Image::Magick.

Replies are listed 'Best First'.
Re^2: External Perl Module
by kwaping (Priest) on May 19, 2006 at 19:33 UTC
    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.
      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.