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

thx for the info. there's no binary that I can just download ? thx
  • Comment on Re^2: Can't locate loadable object for module JSON::XS in @INC

Replies are listed 'Best First'.
Re^3: Can't locate loadable object for module JSON::XS in @INC
by MVS (Monk) on Oct 31, 2011 at 02:52 UTC

    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.

      thx. I'll give that a shot.