It was Monday, July 21, 2003 when Hemant Desai took the soap box, saying: : cant' locate loadable object from module Time::HiRes in @INC (@INC : contains...a list of paths which are present in @INC) : : this is the error I am getting while trying to use HiRes.pm (probably a : general error. : : have made copies of HiRes.pm in : /usr/perl5/ : /usr/perl5/5.00503/ : /usr/perl5/5.00503/Time : : please do let me know how a .pm can be loaded....
Hi there, you need to install the module. The short answer for installing a module is this (run from the command line): perl -MCPAN -e'install Time::HiRes' For more information, consult the documentation for CPAN. perldoc CPAN Casey West -- Usenet is like a herd of performing elephants with diarrhea -- massive, difficult to redirect, awe-inspiring, entertaining, and a source of mind-boggling amounts of excrement when you least expect it. -- Gene Spafford -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]