Right now I have developed a GUI in which the Main Window is the Master
Control with the background perl scripts running in the subroutine calls
associated with the GUI controls. The Mainloop() routine just waits for the
actions corresponding to the GUI.
1) How can I have a perl routine running as the master program with the
Window just popping up as a dialog box and once I have modified the
appropriate parameters, it just disappears and the command is given back to
the background perl script ?
2) How can I pass control objects as parameters to the perl subroutines, if
i wish to come up with a generic GUI of myy own being called as a
subroutine from within the main perl program ?
3) Can I have two main windows open at a time ?
Any sources of information, comments and feedbacks are welcome.
Regards,
Faraz