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. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>