Help for this page

Select Code to Download


  1. or download this
    if (@_) { carp "attempt to pass values to a getter"; }
    
  2. or download this
      $attribute = $self->attribute;
      $attribute = $self->{attribute};
    
  3. or download this
      $attribute = $self->get_attribute;
      $attribute = $self->{attribute};