RE: Module confusion

2005-02-08 Thread Charles K. Clarkson
Scott R. Godin <[EMAIL PROTECTED]> wrote: : No problem as long as they still provide secure-shell access : via ssh. It's completely sensible to close down the use of : telnet. Too insecure for today's environment, however ssh is a : viable alternative. I resell server space and I have one pr

Re: Module confusion

2005-02-08 Thread Scott R. Godin
[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

Re: Module confusion

2005-02-07 Thread Paul Archer
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/perlmod

Module confusion

2005-02-07 Thread bobmin
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: