Re: Why Perl kicks but!

2003-01-05 Thread Jonathan Daugherty
t you like or use C, Perl, or anything else; just don't think that by presenting statistics you may make a case for VB at all. -- Jonathan Daugherty http://www.cprogrammer.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why can't use SQL "GROUP BY..."?

2003-01-09 Thread Jonathan Daugherty
lem, make sure you're using the latest release of DBI/MySQL. The following is valid perl ONLY if $Table is defined AND non-empty: $value2 = $dbh->prepare("SELECT page FROM $Table GROUP BY page"); Use strict to avoid this sort of error. If you're using strict, then perform