summaryrefslogtreecommitdiffstats
path: root/perl/perl-data-page/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-data-page/README')
-rw-r--r--perl/perl-data-page/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-data-page/README b/perl/perl-data-page/README
new file mode 100644
index 0000000000..f581ac3135
--- /dev/null
+++ b/perl/perl-data-page/README
@@ -0,0 +1,5 @@
+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.