|
|
[Perlfect-search] Problems with PerlFect Search 3.30
Linda Antonsson linda@mbox321.swipnet.se
Sun, 28 Apr 2002 17:41:10 +0200
Daniel Naber wrote:
>
> On Sunday 28 April 2002 12:59, Linda Antonsson wrote:
>
> > Can't locate Time/HiRes.pm in @INC (@INC contains:
>
> You'll have to comment out the next two lines in search.pl:
>
> use Time::HiRes qw ();
> my $start_time = [Time::HiRes::gettimeofday];
>
> i.e. add a "#" in front of the line. If you need this feature, you'll have
> to install the Time::HiRes module (see
> http://search.cpan.org/search?dist=Time-HiRes)
>
> Regards
> Daniel
Thanks for the help, that did the trick. :) Didn't realize that needed a
separate module.
Linda
|
|