Install Perl on Linux and Mac OSX
-
cpan minus aka. cpanm
After following the instruction in the video add the following to ~/.bash_profile and open a new terminal:
export PATH=/opt/perl/bin:$PATH
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
cpan minus aka. cpanm
After following the instruction in the video add the following to ~/.bash_profile and open a new terminal:
export PATH=/opt/perl/bin:$PATH
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)