Help for this page

Select Code to Download


  1. or download this
            $db->sync;                       # not modified
            $hash{foo} = 'bar';              # not modified
    ...
            delete $hash{two};               # not modified
            $db->sync;                       # MODIFIED
            $db->sync;                       # not modified