The rub is that I don't want to use symbolic references.
I want to "use strict", and the eval thingy passes.
The eval lives in a loop that extracts data from
a database, and inserts into a Tk widget. The whole mess
lets me explicitly name all the listboxes in the GUI, and
insert into them based on the exact correspondence between
the name of the column and the name of the widget.