http://qs321.pair.com?node_id=244786


in reply to Re: Tk/Perl Command
in thread Tk/Perl Command

I agree with "pg", pass the references of your widgets to subroutines...in fact, that's how tk programs become more modular, so you're not playing around with global vars everywhere. You only need to pass the reference of a widget and a subroutine has access (via configure) to all of its' properties and methods. Chris