my $sql = "SELECT * FROM news order by date DESC Limit ?,?"; my $sth = $dbh->prepare($sql) || die "$DBI::errstr"; $sth->execute($start,$proseite) || die "$DBI::errstr";