With your suggestions and my own peculiar madness, I was able to get most of what I wanted accomplished. Now then..
How would you make data display like text::table without using text::table? It seems I don't have it and it is a big deal to get something we don't already have.
In short, I need to display a table (no HTML) with print statements (or with whatever comes standard) like this:
TITLE
DATA-A
DATA-B
DATA-C
How are you
item1
item2
item3
item1a
item2b
item3c
I am fine
item4
item5
item6
So, as you can see a title has at least 1 set of data but maybe more.