Help for this page

Select Code to Download


  1. or download this
    $dsn = DBI:mysql(RaiseError => 1):host=localhost.localdomain;database=
    +testdb
    $dbh = HASH(0x9d44a24)
    Can't call method "prepare" on unblessed reference at ./cache-pages.pl
    + line 28.
    
  2. or download this
    $dbh = ed_connect($conf{'dbversion'}, $conf{'dbhost'}, $conf{'dbname'}
    +, $conf{'dbuser'}, $conf{'dbpass'});
    print "\$dbh = $dbh \n";
    ...
          {PrintError => 1, RaiseError => 1});
    }