Posted on 2007-02-13 21:09:43-08 by fpaladin
adding a hash
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
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.