Help for this page
BEGIN { my @methods = qw/status deadline chasedate/; ... *$method = sub { return $_[0]->{$method} }; } }