Help for this page

Select Code to Download


  1. or download this
    sub pop_user_entry{
            $temp_var = "";
    ...
            $dialog_top->destroy;
    }
    
  2. or download this
    $dialog_top->Button(-text=>"OK",-command=>sub {$user_entry_done = 1 un
    +less($temp_var =~ m/^$/);})->pack;
    $dialog_top->Entry(-textvariable=>\$temp_var)->pack;