Help for this page

Select Code to Download


  1. or download this
    *$datum = sub {
       shift; # XXX: ignore calling class/object
       $self->{$datum} = shift if @_;
       return $self->{$datum};
    };