in reply to Tk Listbox problem

Check the return of $remove_list->curselection. curselection returns the number of items selected or an empty string for no selection.

perldoc Tk::Listbox has more information.

HTH...

Replies are listed 'Best First'.