14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
The object produced by Data::Pageset can be used to create page naviga-
|
|
tion. It inherits from Data::Page and has access to all methods from
|
|
this object.
|
|
|
|
In addition it also provides methods for dealing with sets of pages, so
|
|
that if there are too many pages you can easily break them into chunks
|
|
for the user to browse through.
|
|
|
|
You can even choose to view page numbers in your set in a 'sliding'
|
|
fashion.
|
|
|
|
The object can easily be passed to a templating system such as Template
|
|
Toolkit or be used within a script.
|