Avatar of tate1615
tate1615
 asked on

Installed MD5.pm in ActivePerl using ppm but getting error that its not found in @INC. How to fix?

I installed the MD5.pm module using ppm for ActivePerl on WindowsXp but I'm getting the error:
"can't locate Digest/Perl/MD5.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at <scriptname> line 253. Begin failed--compilation aborted at <scriptname> line 253.

How can I fix this and also what is the difference between a module and a "site" module?
Perl

Avatar of undefined
Last Comment
tate1615

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Adam314

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
tate1615

ASKER
I had originally tried to install it using the gui ppm ( which is started using `ppm` in cmd.
I tried it from cmd as you had typed it and it worked!
Thanks again Adam314!
Your help has saved me hundreds of hours of internet surfing.
fblack61