in reply to Re^2: Dynamically build a table
in thread Dynamically build a table

Hi Deep_Plaid, What do you mean by "how to dynamically fill a table"? Do you just want display (print) the data in tabular format? Is it something else?

Replies are listed 'Best First'.
Re^4: Dynamically build a table
by Deep_Plaid (Acolyte) on Mar 14, 2014 at 14:51 UTC

    Hi LR. Sorry for not getting back to your sooner. I've been buried at work all week. I do appreciate the time you took to help, and I learned a lot by your examples. What I meant by dynamically fill a table is that the structure for the text::table module appears to be static (i.e., it works fine if your data doesn't change). However, the data I pass into this script will be constantly changing, thus adding rows to the table (i.e., the headings of the columns won't change, but the data in the table and the number of rows will change). I have some other responses using hash that I am going to try out now. Just wanted you to know I appreciate the help!