I need some help here, I have a table im my DB with about 2000 records, I would like to use Perl to show 20 records at the time to the user, I am using MS SQL Server, I can't use LIMIT, but I think it can be done using Perl.
Anybody out there that would know how I could to this?