George_Sherston has asked for the wisdom of the Perl Monks concerning the following question:
Up to now when I've needed modules I've just copied them from CPAN into the appropriate sub-directory. But now I need Timer::HiRes, which is a bit more complicated it seems. So I've been trying to use ppm, but I get this error message
I get this same error whatever module I try to load with ppm.not well-formed at line 1, column 17, byte 17 at C:/perl/site/lib/SOAP/Parser.pm line 73
Sorry if this seems trivial but to me it might as well be Sanskrit! Here's a dump of other info that might be relevant:
- I'm using windows 98
- I'm running ppm from the c:\perl\bin prompt in a DOS box
- I have perl 5.6.0 (Activestate)
- All the modules I've installed successfully in the past have gone into c:\perl\lib
I would be very grateful if any wise monk can tell me either (1) how to make ppm work or (2) how else I can install Timer::HiRes (I can't get the makefile to work either) or, failing these, (3) another straightforward way to time bits of my code.
§ George Sherston
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Problem installing PMs with PPM
by tachyon (Chancellor) on Sep 05, 2001 at 18:07 UTC | |
Re: Problem installing PMs with PPM
by rchiav (Deacon) on Sep 05, 2001 at 17:20 UTC | |
by George_Sherston (Vicar) on Sep 05, 2001 at 17:41 UTC | |
by larryk (Friar) on Sep 05, 2001 at 18:31 UTC | |
Installing PMs with PPM - UPDATE
by George_Sherston (Vicar) on Sep 05, 2001 at 21:25 UTC | |
Re: Problem installing PMs with PPM
by idnopheq (Chaplain) on Sep 05, 2001 at 19:08 UTC | |
Re: Problem installing PMs with PPM
by Agermain (Scribe) on Sep 05, 2001 at 19:47 UTC | |
Re: Problem installing PMs with PPM
by blacksmith (Hermit) on Sep 05, 2001 at 19:40 UTC | |
by dws (Chancellor) on Sep 05, 2001 at 21:22 UTC |