in reply to Re^2: Tk warning using curselection() with ActiveState 5.8.4
in thread Tk warning using curselection() with ActiveState 5.8.4
The code you give as "your solution":
also uses the size of the returned list as an index.@index = $dialogLB->curselection; $what = $choices[@index];
|
|---|