in reply to Re: removing rows from a Tk::Table
in thread removing rows from a Tk::Table

My copy of the Tk::Table docs contain this:

The table can be emptied using $table->clear the widgets which were in the table are destroyed.
:)

For the OP, you can also use a Listbox or an HList.