in reply to Perl/Tk Associating HLists with other widgets

You have to use $mw->Scrolled("HList", ...) to create a scrolled HList. Depending on your needs, you can then use -browsecommand or -command options to specify a callback which may populate the frame. An alternative is to bind the <1> event directly to this callback.