Help for this page

Select Code to Download


  1. or download this
    use DBctrl qw(svhash);
    sub dbme {
    ...
      #.....
      return ($dbhand, $fail);    
    }
    
  2. or download this
    sub svhash {    
        ($db, $hm, $makedb, $duplicates, $bdbtype) = @_;
    ...
        return ($dbhandx, $fail);
    
    }