in reply to
External Perl Module
I think your missing link is in CPAN --
Image::Magick
.
Comment on
Re: External Perl Module
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';
[download]
---
It's all fine and dandy until someone has to look at the code.
[reply]
[d/l]
Re^3: External Perl Module
by
Anonymous Monk
on May 19, 2006 at 19:45 UTC
The people at the hosting company did.
[reply]
Re^4: External Perl Module
by
kwaping
(Priest)
on May 19, 2006 at 19:55 UTC
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.
[reply]
In Section
Seekers of Perl Wisdom