Help for this page

Select Code to Download


  1. or download this
    sub new ($){
  2. or download this
            my $self = shift;
    
            $self = bless {};
    
            $self{'index_path'} = shift;
    
  3. or download this
            $LOCK_SH = '1';
            $LOCK_EX = '2';
            $LOCK_NB = '3';
            $LOCK_UN = '4';
    
  4. or download this
            my %deleted_pair = ();
    
            $deleted_pair{$key} = $TABLE{$key};
    ...
            $self->update_index_table(\%TABLE);
    
            return (*deleted_pair)