Show me the code! use Prima qw(Application); Prima::MainWindow-> create( text => 'Hello world', ); run Prima; Example #1