in reply to multiple selection in a Perl/Tk HList

It seems that it is possible.

tixHList Says: "If the -selectmode is "extended", when the user drags the mouse pointer over the list entries, all the entries under the pointer will be highlighted. The user can also make disjointed selections using <Control-ButtonPress-1>."

$mw->HList(-selectmode => 'extended', ...
-- gam3
A picture is worth a thousand words, but takes 200K.