Milti has asked for the wisdom of the Perl Monks concerning the following question:
Let's say I have a directory with 50 files in it. I use the Perl Glob function on the directory to get an array containing a list of the files.
Now I want to print the individual file names from the array onto a template (I know how to do that) but wish to limit the number of items per page to 10 while including a footer saying next page or whatever. How do I do that?
Thanks for any help you can provide.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Printing Table of Contents From an Array On Multiple Pages
by jeffa (Bishop) on Jul 10, 2013 at 18:05 UTC | |
|
Re: Printing Table of Contents From an Array On Multiple Pages
by kcott (Archbishop) on Jul 11, 2013 at 09:47 UTC |