Help for this page

Select Code to Download


  1. or download this
        $dbh = CWT::Site_DB::connect();
        $sth = $dbh->prepare (qq{ SELECT * FROM config_settings });
    ...
                or die "problem with eval";
        }
        $sth->finish();
    
  2. or download this
        $dbh = CWT::Site_DB::connect();
        $sth = $dbh->prepare (qq{ SELECT * FROM config_settings });
    ...
                or die "problem with eval";
        }
        $sth->finish();