Help for this page

Select Code to Download


  1. or download this
    use Tie::DBI;
    
    ...
                         user       => $def_dbuser,
                         password   => $def_dbpw,
                         CLOBBER    => 3};
    
  2. or download this
       #
       #  Find all the new, deleted and changed entries
    ...
          $repmax = max ($repmax, $db{$_}->{reputation});
          $repmin = min ($repmin, $db{$_}->{reputation});
       }