use Gtk2 qw/-init/; use Gtk2::SimpleList; $main = Gtk2::Window->new('toplevel'); $list = Gtk2::SimpleList->new('test' => 'text');