Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

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

by dorward (Curate)
on Sep 25, 2006 at 09:54 UTC ( [id://574709]=note: print w/replies, xml ) Need Help??


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:

  • You do it in response to an event other than "The page was requested"
  • The URL will point to a static file (so probably page_4.html instead of paging.cgi?page=4)
  • Comment on Re: how to generate html with perl and design pagination without query database

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://574709]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 21:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found