paperlined.org
dev
>
perl
>
modern_perl
document updated 12 years ago, on Dec 31, 2011
Newer / more preferred methods at the top, older / less preferred at the bottom:
Moose
pragmas
use base
or
use parent
(they're very similar; 'parent' is a
newer rewrite
, but isn't available until 5.10.1)
use fields
use mro
special variables
@ISA