in reply to Tk::TableMatrix swaping rows
my @first = $table->get ... my @second = $table->get ... $table->set ... $table->set ... [download]