in reply to Re: OSX Server Perl install modules
in thread OSX Server Perl install modules

Well sudo does not work either
cpan[2]> sudo install Finance::YahooQuote + + Unknown shell command 'sudo'. Type ? for help.

Replies are listed 'Best First'.
Re^3: OSX Server Perl install modules
by tangent (Parson) on Jan 27, 2016 at 21:17 UTC
    You need to use sudo for the CPAN shell:
    sudo perl -MCPAN -e shell ... cpan> install Finance::YahooQuote
      sudo in the shell worked! My silly mistake