I have a form that queries a Microsoft sql server database and display the results to the screen, the problem a have is to show only, lets say 10 or 20 records at a time, it is called "paging", but the thing is, with Microsoft sql server is very complicated to do it. Does anyone here would know a better solution with Perl for me instead, other than try with stored procedures and nested complex sql queries?