if (@_) { carp "attempt to pass values to a getter"; } #### $attribute = $self->attribute; $attribute = $self->{attribute}; #### $attribute = $self->get_attribute; $attribute = $self->{attribute};
## $attribute = $self->attribute; $attribute = $self->{attribute}; ##
## $attribute = $self->get_attribute; $attribute = $self->{attribute};