Help for this page
$db->sync; # not modified $hash{foo} = 'bar'; # not modified ... delete $hash{two}; # not modified $db->sync; # MODIFIED $db->sync; # not modified