$tk_form{output_list}-> bind('',sub { print "\nUser clicked on account icon in Output_list\n"; # # Here I need a bit of code that will retrieve the information # regarding the icon that’s been double-clicked on (only the # text – ie.account name is required) # });