I'm looking for a way to implement drag and drop of multiple items. I've seen Tk::DragDrop and Tk::DropSite and played with the demo. It still seems like I'm playing with individual drawings. Ideally, what I would like is to have something that I could select multiple items, have a context menu if I right-click on a item or group of items, drag multiple items, etc. Similar to how some file managers behave. However, all the file managers I've found that use Perl/Tk mostly use just text lists. Or do I just need to bite the bullet and implement the selection and context-menus myself?