Help for this page

Select Code to Download


  1. or download this
        use CDB_File;
    
        $t = new CDB_File ('t.cdb', "t.$$") or die ...;
        $t->insert('key', 'value');
        $t->finish;
    
  2. or download this
        use CDB_File;
    
    ...
        if (defined $data{}) {
          # ...
        }