in reply to Re: removing rows from a Tk::Tablein thread removing rows from a Tk::Table
The table can be emptied using $table->clear the widgets which were in the table are destroyed. [download]
For the OP, you can also use a Listbox or an HList.