Link to home
Start Free TrialLog in
Avatar of nlopezzapa07
nlopezzapa07Flag for United States of America

asked on

Download and install that would have the "shared.pm

This question is regarding Perl.  I have a script that is running and it is not finding the following library: "shared.pm"

Who can tell me which would be the correct module to download and install that would have the "shared.pm"

This is the error  "Can't locate threads/shared.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .)"


Please, help me by directing me how to find out which will be the right place to download the module or the library.  

Thanks,
Nancy L
ASKER CERTIFIED SOLUTION
Avatar of FishMonger
FishMonger
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi nlopezzapa07,
Check once have u installed the shared.pm in path of @INC array.
else u have to add the path, where u saved the .pm file.

Cheers!
Suhas
Avatar of nlopezzapa07

ASKER

With the links it took me a little while, but learned the hard way to that the path needed to be added.  Your help has been excellent.