Help for this page

Select Code to Download


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