Help for this page
#!/usr/bin/perl -w use strict; ... my $wxobj = HelloWorld->new(); # New HelloWorld application $wxobj->MainLoop;