I have tried a dozen different ways but can't retrieve an item from a list box. With a cursor on the item it is highlighted (= active?) but code such as
$selected = $lbox -> get('active');
print $selected;
prints the last item in the list.
What am I doing wrong?
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
