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

You need to use sudo for the CPAN shell:
sudo perl -MCPAN -e shell ... cpan> install Finance::YahooQuote

Replies are listed 'Best First'.
Re^4: OSX Server Perl install modules
by perldb2 (Initiate) on Jan 28, 2016 at 03:34 UTC
    sudo in the shell worked! My silly mistake