Hello,

due to recent changes in the core Tk module, I am dropping
a subroutine in my old application, and thus seeking for a
"copy and paste" replacement. In particular, I am interested
in a mega-widget that returns an editable table for a given
sql query. The present gui is Tk. The sql interface may be
DBI. By "editable table" I mean an object with the form and
function of an ad-hoc spreadsheet, similar to Herrmann's
Tk::DBI::Table at [url]www.xpix.de[/url], but with edit functionality.

Bob