in reply to Perl library include path

> How can I add the path to @INC so that the CGI scripts (run as nobody) work?

Whats going wrong with the answers google provides?

--> "add the path to @INC" --> http://www.perlhowto.com/extending_the_library_path

Cheers Rolf

(addicted to the Perl Programming Language)

Replies are listed 'Best First'.
Re^2: Perl library include path
by Anonymous Monk on Jun 12, 2014 at 13:35 UTC
    When googling, it seemed to me that the only option that was available to me was to have Perl recompiled.
      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.