(PM-ScreenCapture.pm:1799): Gtk-WARNING **: Tried to set the file chooser to multiple selection mode, but this is not allowed in SAVE or CREATE_FOLDER modes. Ignoring the change and leaving the file chooser in single selection mode. saved /home/pete/Projects/perlprojects/CitrusPerl.proj/screenshot.png saved /home/pete/Projects/perlprojects/CitrusPerl.proj/messup.png #### use Wx; my $app = Wx::SimpleApp->new; my $frame = Wx::Frame->new( undef, -1, 'Hello, world!' ); $frame->Show; $app->MainLoop;