$sth = $dbh->prepare("SELECT * FROM poll WHERE status='waiting' ORDER + BY `id` ASC LIMIT 0, 5"); $sth->execute or die $dbh->errstr; [download]
In reply to I need to tell what I pulled from SQL by Anonymous Monk