in reply to Perl-Gtk: ItemFactory
you sure you don't have a typo somewhere? You talk of create_items and in the next breath talk of create_item.
In Gtk in C both "methods" exist but in perl only the singular seems to be there whereas in the tutorial the plural form is used.
Maybe (I can just guess) the plural form takes an array of menu items and the singular form takes them one by one...