Help for this page

Select Code to Download


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