in reply to Re: Your Perl 6 wishlist?
in thread Your Perl 6 wishlist?

Let's just be sure not to mention database independance anywhere this time. Because as we all have become painfully aware, DBI provides database driver independance, not database independance.

$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";

Replies are listed 'Best First'.
Re^3: Your Perl 6 wishlist?
by Anonymous Monk on May 24, 2005 at 11:56 UTC
    My plans for a query rewriting mechanism in DBI (via a preparse method) never got off the ground in DBI v1. But DBI v2 will be implemented in Perl 6 and will, I expect, include at least the mechanism from the start. Tim Bunce - just passing through...