in reply to Re: Perl library include path
in thread Perl library include path

When googling, it seemed to me that the only option that was available to me was to have Perl recompiled.

Replies are listed 'Best First'.
Re^3: Perl library include path
by perlfan (Parson) on Jun 12, 2014 at 14:54 UTC
    You're looking at this backwards. I::M should have been installed wrt to either system `perl` or the `perl` your CGI environment is using. It gets installed as part of the ImageMagick library and set of tools, it is not typically installed as a standalone Perl module. If not, the provider did it wrong or you're using the wrong `perl` your CGI script shebang.