#just some simple code, not tested my $window = Gtk2::Window->new( 'toplevel'); my $button = Gtk2::Button->new( 'NEW'); $window->add( $button); Gtk2->main;