in reply to Reusing Tk::TableMatrix
I'm sorry.. I just realized changing the number of columns/rows of a TableMatrix can be done by something like $tm->configure(-cols=>$newcolvalue, -rows=>$newrowvalue);