in reply to How to set up CPAN shell

Hi, I know that my FreeBSD system also has a 'cpan' script that basically is a wrapper around the CPAN module. It's location is /usr/local/bin/cpan. On other machines that didn't have this, I did use an UNIX-style alias like:
alias cpan='perl -MCPAN -eshell'
that saves some typing