hi monks,
Can any body tell me how to use Data-Page-Set in perl-DBI module. Because i am having a mysql database table which has at about 50,000 record and i wish to display the records as page by page and each page should contain 100 records each.
so, i am trying to do this by using Data-Page-Set module in perl-DBI but it's not working or any other way to do it so.
i had used limit command. But for me i have to generate a page like as in google like Previous 1 2 3 4 5 6 7 8 9 10 Next
Advance thanks!!!
by
Tony1