Welcome to the HtmlDocument wiki!
Use this perl module to create html documents within your Perl script, add html elements to it and 'back to top' anchors.
The html document ist created as a string, containing an arbitrary number of html elements that you append to the string. When you request the html, the string is enclosed in html head and body sections and returned..
Supported html elements are: title, paragraphs, headings, tables, anchors, lists, breaks and horizontal rulers. CSS styling can be applied.