Keep in mind two things: 1) you may need to build the module locally on a similar box (linux, same basic version of Perl), and 2) since the module is Time::HiRes, there needs to be a Time directory in your modules directory, and the HiRes.pm file need to be in that directory.
EG:
~bobmin/perlmodules/Time/HiRes.pm


use lib "~bobmin/perlmodules";
use Time::HiRes;

HTH,

Paul

1:21pm, [EMAIL PROTECTED] wrote:

Howdy Folks,
I'm not really a beginner to perl, but I do have a problem which is plaguing me 
due to
changes in (a) my server and (b) my host company. In the past they gleefully
installed any module I requested of them. No longer. In a recent move to a new
server I lost a module I needed. Time::HiRes, they claim that I can use the 
module
locally, and lord knows I've tried. But the problem is EVERY file I can find 
concerning
the installation of modules to a nonstandard directory assumes you can telnet 
into
the server to install the module using the makefile. Well guess what, they took 
away
my telnet access also with this new server. I've downloaded and unpacked the
module from cpan, but when I tried moving the HiRes.pm into a modules directory
and pointing to it using a "use lib", I'm getting a not found message. I am 
unsure as
to what should be in that modules directory. There's plenty online about 
installing
modules, but little about what is in a module tar and what should be online to 
use
them.

This can't be a rare problem, hosting companies are closing down telnet all 
over the
place for security reasons. If someone has over come this, or knows a document
online which explains how to over come this, I'd appreciate knowing about it.

        Regards
        Bob Minnick, Northern WebsBob Minnick, President, Northern Webs
208.265.0474                                                           |
Mainpage:      http://www.northernwebs.com
Meta Medic:    http://www.northernwebs.com/set/setsimjr.html
SpiderView LC: http://www.northernwebs.com/set/spider_view.html
SpiderView DA: http://www.northernwebs.com/set/spider_view_da.html


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>



------------------------------------------------------------------------ Jan Lewis, one of Microsoft's earliest employees, provides this helpful translation of Judge Jackson's 43-page opinion into "Windowese":

You have performed an illegal operation and will be shut down.
------------------------------------------------------------------------

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to