Help for this page

Select Code to Download


  1. or download this
    $obj->color(undef);
    
  2. or download this
      my $code = sub {
        my $self = shift;
        $self->{$attribute} = shift if @_;
        $self->{$attribute};
      }