paperlined.org
dev
>
perl
>
modern_perl
document updated 12 years ago, on Apr 24, 2012
My own advice for using more modern features:
use
Const::Fast
instead of
use constant
Const::Fast allows you to use $normal_variables, so they can be interpolated as usual.