Help for this page

Select Code to Download


  1. or download this
    package BaseItem;
    
    ...
    }
    
    ...
    
  2. or download this
    package Item;
    
    our @ISA = qw(BaseItem);
    
    ...