# my $limit = 6; my $select = $dbh->prepare("select * from $table");# LIMIT $limit"); $select->execute();