Hi, I am new to Perl Tk programming. I am having the below mentioned problem.
There are few windows in my standalone application (developed in Perl Tk) All of them contains Refresh button individually (Functionality is already implemented).
Now I am trying to generalize this functionality in such a fashion that on selection of Refresh from the dropdown menu (In Main App) should refresh all the windows that are opened.
Please give me your valuable suggestions on how to implementing the same.