CIsam

 view release on metacpan or  search on metacpan

IsamObjects.pm  view on Meta::CPAN

	my $this = shift;
	my $path = shift;
	if ($this->{_HIDDEN_OPTIONS}->{ISAM_PATH} ne $path)
	{
		$this->{_HIDDEN_OPTIONS}->{PENDING_PATH} = $path
	}
	#$this->{ISAM_OBJ}->isstart($this->INDEXMAP->{$path}, 0, $this->{BUFFER}, $mode);
}

#this function updates the record that already exists
sub update
{
	my $this = shift;
	$this->_stuff_buffer();
	$this->{ISAM_OBJ}->isrewrite($this->{BUFFER});
}

#this function deletes the current record
sub delete
{
	my $this = shift;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.316 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )