in reply to Re: HTML::Template create table
in thread HTML::Template create table
Thanks for the suggestion. I'll try how it works as it'll improve my understanding of the module and it is more direct as what I'm currently doing. That is, I create the table from Data::Table and do:
print OUT $table->html
and then include it with the following in my template.
<TMPL_INCLUDE NAME="snow.html">
in my template.
I'll have to see how this subclass Data::Table is working..? I'm definitely planning to use my own formatting with CSS and stuff like that.
Thanks