in reply to finding modules for perl 5.6.1
If your module isn't installed it'll give you an error "Can't locate Benchmark.pm in @INC (@INC contains blah/blah/blah)prompt>perl -e 'use Benchmark;'
use lib '/path/blah/blah';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: finding modules for perl 5.6.1
by Sihal (Pilgrim) on Oct 07, 2002 at 14:02 UTC |