> On Mon, 03 Apr 2006 16:23:40 -0700, Bryan R Harris wrote: >> Brian, any ideas why this doesn't work? >> >> ************************************** >> % perl -MCPAN -e install Devel::SmallProf >> % perl -d:SmallProf ./pma base_2.pmai >> Can't locate Devel/SmallProf.pm in @INC (@INC contains: > ... > > Was there no output from the CPAN command? I don't know whether it would > work without quotes, I would have written it as > > perl -MCPAN -e 'install Devel::SmallProf' > > If that succeeded but perl -d:SmallProf still claims that you don't have > it then I would say that you have a CPAN MyConfig.pm set that sets PREFIX > to install somewhere off @INC. Either run CPAN as root or use a -I option > in your subsequent SmallProf invocation to point at the same place PREFIX > does.
Yep, that did it. Thanks, Peter. SmallProf is quite impressive, I wonder how it does that? Thanks again everyone, I used all the solutions, and was able to speed a few things up -- not sure how I can speed up the others, but at least I know what they are. - Bryan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>