http://www.perlmonks.org?node_id=746484


in reply to Installing modules on Mac OS X

I'm also a relative newbie at installing on MacOS and got into terrible troubles until I learned the magic incantation:

sudo perl -MCPAN -e shell
The sudo was the key requirement ...

Paul

(Fixed case of the -e switch. Doh!)