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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/