in reply to how to generate html with perl and design pagination without query database

Pagination is handled in almost exactly the same way as it would be if you were hitting the database every time. The differences are:

  • Comment on Re: how to generate html with perl and design pagination without query database