Hi.
My Redhat 7.2 installation had perl 5.6 installed by default,
/usr/lib/perl5/5.6.0
While in CPAN, installing a module, it went into the perl5.8.0
installation, and everything seemed well.
# perl -v
This is perl, v5.8.0 built for i686-linux
Copyright 1987-2002, Larry Wall
..
..
..
I've since CPAN installed Time::HiRes on the system.
Now, when running a script, I get this message:
Can't locate loadable object for module Time::HiRes in @INC (@INC
contains: /usr/l
ib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386
-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl) at ...
I don't know how to get the @INC updated to include the proper
libraries.
Thanks in advance for any assistance
gene
|