in reply to Printing Tables...
The actual information in the AoH comes from the database, of course. Then, when you print your table, just use the information in the AoH. You'll find that it has many advantages to seperate your data and presentation layers this way.@AoH = [ { ('header' => "Header cell 1", 'content' => "Content cell 1", ) } , { ('header' => "Header cell 2", 'content' => "Content cell 2", ) } , ] ;
CU
Robartes-
|
|---|