Re: mod_perl book status

2001-12-18 Thread Robert Landrum
At 9:58 AM + 12/18/01, Ged Haywood wrote: Hi all, On Mon, 17 Dec 2001, Stas Bekman wrote (privately, discussing a book review:): Ged wrote: book_extract If you want to use CApache::DBI but you have both situations on one machine, at the time of writing the only solution is to run

Re: mod_perl book status

2001-12-18 Thread Geoffrey Young
From one of Geoffrey's digests: You can disable Apache::DBI database handle persistence on the fly by changing DBI-connect() to the undocumented 5 parameter call $dbh = DBI-connect($dbase, $user, $pass, \%attr, undef, connect) || die $DBI::errstr;