Help for this page
use strict; use warnings; use Wx; ... my($app) = WxPerlComExample->new(); $app->MainLoop();
use strict; use warnings; use Wx; ... # will not return until the last frame is closed $app->MainLoop();
my $frame = MyAppFrame->new(undef, -1, 'A wxPerl Application'); # my $frame = wxPerl::Frame->new(undef, 'A wxPerl Application');