- or download this
return bless \@objref, $class;
to
...
return $self->[$idx]{_description} ;
}
- or download this
my $item = Item::Item->new( "10056" );
print $item->get_desc(0), "\n";
- or download this
my $item = Item::Item->new( "10056" );
print $item->get_desc(1), "\n";