Help for this page

Select Code to Download


  1. or download this
        package item;
        use strict;
    
    ...
            return @{ $self->{stats_change} };
        }
        1;
    
  2. or download this
     $VAR1 = bless( {
                     'DESC' => undef,
                     'stats_change' => [
    ...
                     'FILLABLE' => undef,
                     'RACE' => undef
                   }, 'item' );