Commit graph

6 commits

Author SHA1 Message Date
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Roman Kulik
8cec5c33c3 General updates to Makefile 2005-09-02 17:57:54 +00:00
Roman Kulik
5ee89e41db Removed reference to BUILDING_MODULE_BUILD var in Makefile 2005-09-02 17:06:58 +00:00
Krister Walfridsson
de80e30456 Correct path to wip/p5-Class-Accessor-Chained. 2005-08-09 06:57:17 +00:00
Roman Kulik
d0dc7f9068 Replaced BUILD_DEPENDS with DEPENDS in Makefile and vice versa 2005-08-05 18:44:48 +00:00
Roman Kulik
c42d1f3f31 When searching through large amounts of data, it is often the case that a
result set is returned that is larger than we want to display on one page. This
results in wanting to page through various pages of data. The maths behind this
is unfortunately fiddly, hence this module.

The main concept is that you pass in the number of total entries, the number of
entries per page, and the current page number. You can then call methods to
find out how many pages of information there are, and what number the first and
last entries on the current page really are.

WWW: http://search.cpan.org/dist/Data-Page/
2005-07-27 17:54:03 +00:00