http://www.perlmonks.org?node_id=373050


in reply to Re^2: perl/tk HLIST selections options
in thread perl/tk HLIST selections options

Looking around some more, you may be able to get at the "end" value:

$listbox->index(index) Returns the integer index value that corresponds to index. If inde +x is end the return value is a count of the number of elements in the + listbox (not the index of the last element).

Really, really untested code. Good luck!


SciDude
The first dog barks... all other dogs bark at the first dog.