Link to home
Start Free TrialLog in
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?
ASKER CERTIFIED SOLUTION
Avatar of Adam314
Adam314

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
Avatar of tate1615
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!