Avatar of tate1615
tate1615

asked on 

What does PERL error: "Can't locate Digest/Perl/MD5.pm in @INC" mean and how to fix it?

I'm trying to run this perl script on RHEL5 but I keep getting this error "Can't locate Digest/Perl/MD5.pm in @INC".  The rest of the error message actually lists what @INC contains (paths).  I don't even know what @INC is.  
I know that perl is installed properly b/c all my other perl scripts run fine.
LinuxPerl

Avatar of undefined
Last Comment
ozo

8/22/2022 - Mon