Help for this page

Select Code to Download


  1. or download this
    sub cards {
      my $self = shift;
      if (@_) { $self->{cards} = shift }
      return $self->{cards};
    }
    
  2. or download this
    # here's some more code if it helps
    sub label {
    ...
      }
      return $self->{cards};
    }