perlbrew tricks
when set up cron jobs, you can use perlbrew save you a lot of time
0 23 * * * /path/to/perlbrew exec --with perl-5.20.0 perl /path/to/app.pl > /dev/null
when set up cron jobs, you can use perlbrew save you a lot of time
0 23 * * * /path/to/perlbrew exec --with perl-5.20.0 perl /path/to/app.pl > /dev/null