in reply to Re^2: Can't locate loadable object for module JSON::XS in @INC
in thread Can't locate loadable object for module JSON::XS in @INC

Some distributions of Perl (including ActiveState Perl and Strawberry Perl) include a utility called PPM, which allows you to install the necessary scripts and binaries for the module without needing to compile anything.

  • Comment on Re^3: Can't locate loadable object for module JSON::XS in @INC

Replies are listed 'Best First'.
Re^4: Can't locate loadable object for module JSON::XS in @INC
by newperlguy (Initiate) on Oct 31, 2011 at 18:41 UTC
    thx. I'll give that a shot.