in reply to Re: Re: can't get to CPAN prompt
in thread can't get to CPAN prompt

Only root has write access to the System directory on OS X. Either configure CPAN to install the modules inside your home directory (using PREFIX) or use

sudo perl -MCPAN -e shell

to install as root, inside the System directory.