libdata-page-perl 2.02-1 source package in Ubuntu
Changelog
libdata-page-perl (2.02-1) unstable; urgency=low * New upstream release. * debian/control: Fixed debhelper-but-no-misc-depends. -- Ubuntu Archive Auto-Sync <email address hidden> Tue, 05 Jan 2010 00:31:09 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Lucid
- Original maintainer:
- Bart Martens
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | perl | |
Xenial | release | universe | perl | |
Trusty | release | universe | perl | |
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdata-page-perl_2.02.orig.tar.gz | 8.0 KiB | a414bd2e6f9ba8982017b3fbeaa460da8fbadee1cf5ec37c7e560948984871c3 |
libdata-page-perl_2.02-1.diff.gz | 1.9 KiB | badd06ed52cef3f097cf4e41893af010496123951fd1d8f744a2093e62a9b780 |
libdata-page-perl_2.02-1.dsc | 1.8 KiB | 7538d8cae4d60332c12dd768ea5fa9c1aad7e6c3740a3c8c11edfe61f195bdc5 |
Available diffs
- diff from 2.01-1 to 2.02-1 (4.8 KiB)
Binary packages built by this source
- libdata-page-perl: Help when paging through sets of results
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.