First thing to check is perl -V and @INC to ensure that the perl you think you're using and the perl your scripts think they're using match-- more to the point: that they have the same lib(rary) tree. If the scripts have #!/usr/bin/local/perl and your path (which would affect perl -V and perl -MCPAN -e "shell") has /usr/bin before /usr/local/bin, you might be installing CPAN modules into a different lib tree than the script's perl is checking for.
In reply to Re: CPAN/MD5 Problem
by ichimunki
in thread CPAN/MD5 Problem
by adam525
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |