Help for this page
sub { my $self = shift; @_ ? $self->$set(@_) : $self->$get(@_) };
sub { goto &{$_[0]->can($#_ ? $set : $get)} };