
This module handles the paging of data coming from an arbitrary source and being displayed using html::template and cgi.pm. it provides an interface to pages of data similar to many well-known sites, like altavista.digital.com or www.google.com.
this module uses html::template to do all its html generation. while it is possible to use this module without directly using html::template, it's not very useful. modification of the look-and-feel as well as the functionality of the resulting html should all be done through html::template objects. take a look at html::template for more info.