View Single Post
Old 08-18-07, 11:59 PM   #3
minsc_tdp
XO
 
Join Date: Mar 2007
Posts: 411
Downloads: 1
Uploads: 0
Default

Quote:
Originally Posted by Digital_Trucker
can't locate Time/HiRes.pm in @INC
Any messages like these mean a Perl module isn't installed. If you used ActiveState Perl it should have included this but, who knows.

Any message like this can generally be resolved by typing this from a command prompt:

ppm install Time-HiRes

Those are case sensitive I believe - so the module name for HiRes.pm in the Time folder (Time/HiRes.pm) will always be called Time-HiRes. Another example, if it says it can't locate some/module/name.pm then you would type ppm install some-module-name
__________________
June 29 2016 - shSpeech v2.55 - Voice Command for Silent Hunter 4! View Thread
minsc_tdp is offline   Reply With Quote