in reply to Follow-up on wimpy GUI search script...
I changed that line as follows, and the interface comes up, apparently ready to search:
Now the routine isn't called until the button is clicked.my $s_button = $mw->Button(-text => 'Search', -command => sub{search(g +et_cb_values())} );
|
|---|