Generic Getter/Setter sub my_attribute { my $self = shift; @_ ? $attribute = shift : shift; }