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 |