was wondering if there is any Perl module that allows the generation of a list of names (an array full of names for example) to be displayed neatly in a HTML.
I want to allow users to be able to search a particular name a easy way. I already have a search function but now want a page to list all names and probably best sorted alphabetically. So perhaps a module that generates a table of content type of page where a user can click on "A" and it'll jump to the A index, etc etc.