I am working on Perl TK. In the main window, i am using frames with many radio buttons. If i select any one of the option, it should call the corresponding frame in the main window and i will do certain task and after completing the task, it should be vanished. In simple, i want the code similar to $mw->withdraw() for frames.
Pls provide me the sample code to make the frame to vanish from the main window. I do not want to disable the frame.