In your original post you said you put the file 'Hires.pm' into the 'Time' directory, 
but this should be 'HiRes.pm'. Typo in your message or wrong file name? Some systems 
are not case sensitive but others are...

Also rather than copying the single file into place it may be better to install with 
CPAN. If you need help installing to a different directory just ask or check the 
archives of this list...

http://danconia.org

------------------------------------------------
On Thu, 24 Jul 2003 14:03:31 +0200, "awarsd" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I tried both ways and no luck:-( still give me same error:
> 
> Can't locate loadable object for module Time::HiRes in @INC (@INC contains:
> /home/sites/prog/www/Module /usr/lib/perl5/5.6.1/i386-linux
> /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux
> /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux
> /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at search.pl line
> 14
> 
> Anthony
> 
> 
> "Nyimi Jose" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> The SYNOPSIS of lib module is:
> use lib LIST
> 
> The LIST stuff is important (LIST != EXPR).
> 
> So try:
> use lib qw(/home/sites/prog/www/Module);
> #or
> use lib ('/home/sites/prog/www/Module');
> 
> Both should work.
> 
> José.
> 
> -----Original Message-----
> From: awarsd [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 24, 2003 11:52 AM
> To: [EMAIL PROTECTED]
> Subject: installing module
> 
> 
> Hi,
> 
> I would like to install Time::Hires
> so i have a path  in cgi script
> use lib '/home/sites/prog/www/Module';
> now inside the Module folder i created a new folder called Time inside that
> folder I put Hires.pm And the program says It can NOT found module
> 
> Any help is appreciated
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to