Help for this page

Select Code to Download


  1. or download this
        $bot_f->Button(-text => "Print value",
            -command => sub {
    ...
                $top_f->destroy if Tk::Exists($top_f);
                });
            }, -relief => "raised")->pack;