On Thu, Dec 14, 2000 at 09:06:07AM +0000, Leon Brocard wrote:
> 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.
I'd say this is rather trivial, unless this module does a lot more.
Anyway, it reminds me of general window processing. You have a window
of a fixed size sliding over a large set of data. Data::Window?
-- Johan