As far as I know, running CPAN with sudo on a Mac requires
sudo perl -MCPAN -e shell
to install new modules. Theoretically, a module can be removed by deleting it from Perl folders.
My question is: where are the Perl modules installed when installing from CPAN with 'sudo' and without 'sudo'? I installed BioPerl in both directions and it seemed to work. Did I ruin everything by installing it with sudo and without?
Thanks for the little help in the perplexed Perl world.
source share