Help for this page

Select Code to Download


  1. or download this
    sub hash_init2  {
    
    ...
    
        return \%hash;
    }
    
  2. or download this
    sub deleteItem {
        my ($self, $del_id) = @_;
    ...
        }
        untie($hash);
    }