isync has asked for the wisdom of the Perl Monks concerning the following question:
package main; my $app = AppMain->new(); $app->MainLoop(); 1; package AppMain; sub OnInit{ my $frame = App->new() 1; } 1; package App; sub new{ ## here is not right... } 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Wx:: the right stage to do things like has_expired() on init?
by isync (Hermit) on Aug 28, 2008 at 13:26 UTC |