in reply to Perl/Tk and anonymous widgets
If you want to store an unknown number of things, an array is always a good place to look first. So push the Entries into an array as you create them (or use a hash, or write a class that has an Entry as an instance variable and then store an array of those objects, or some other way).