$fruits = {553 => 'apple', 16 => 'orange', 25 => 'lemon', 552 => 'apple' }; # and a listbox, displaying them $lb->insert('end', 'apple', 'orange', 'lemon', 'apple');