Re: New edition of the Cheetah?

2007-12-02 Thread Tim Bunce
[I wrote this last week but got forgotten in my Pending mail folder till now] I'd cancel the order. It shouldn't be available for pre-order. There is a new edition partly written (by Jeff Zucker and myself) but it's less than half done, not been touched for about a year, and I doubt it'll be touc

RE: New edition of the Cheetah?

2007-12-01 Thread John Scoles
Maybe you can time it to come out at the same time as Perl 6??> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> CC: dbi-users@perl.org> Subject: RE: New edition of the Cheetah?> Date: Fri, 30 Nov 2007 14:03:49 -0700> > Jeff,> > Thank you for your reply. I have taken

RE: New edition of the Cheetah?

2007-11-30 Thread Brian H. Oak
s interested in what happens behind-the-scenes. Best regards, -Brian > -Original Message- > From: Jeff Zucker [mailto:[EMAIL PROTECTED] > Sent: Friday, November 30, 2007 10:10 > To: Brian H. Oak > Cc: dbi-users@perl.org > Subject: Re: New edition of the Cheetah

Re: New edition of the Cheetah?

2007-11-30 Thread Jeff Zucker
Hi Brian, Here's where we stand: $cheetah = $dbh->prepare(q{ SELECT chapters FROM book WHERE author = ? AND coauthor = ? }); ... # <--- you are here ... # <-- this interval is unknown no matter what the website says ... # $cheetah->execu