in reply to Perl Tk coding guidelines?

I've found that giving consistent names to widget objects helps readability. For example, begin the names of all button widgets with "$btn", as in $btnStart and $btnExit. This is especially helpful when reading someone else's code. At least you know at a glance what kind of object is being referred to.