|
dear all,
I'm designing an application that have to deal with tables.
So I find Data::Table very useful, but I need a method like addRow(x), but where x is a hash refere
+nce, not a list (obviusly, if 'a' is a field then the corresponding value have to be x->{'a'}, if
+exists).
Have I to use inheritance and do my specified class, or do you suggest something else?
Thanks,
Federico
|