$datum = sub { my self = shift; $self->{$datum} = shift if @_; return $self->{$datum}; };