Install Perl on Linux and Mac OSX


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)