Help for this page
#!/usr/bin/perl use Wx; ... my $app = MyApp->new();# create an instance of the Wx::App-derived cla +ss $app->MainLoop(); # run