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