my $offset = int(rand(100)); my $sth = $dbh->prepare("$stmt LIMIT 1 OFFSET $offset"); $sth->execute();