in reply to Re: magic eval variables
in thread magic eval variables

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.