Re: Learning wxPerl - Program structure

Johan Vromans <[email protected]> Mon, 1 Feb 2016 23:55:32 +0100
Newsgroups gmane.comp.lang.perl.wxperl
Organization Squirrel Consultancy
Message-ID <[email protected]>
On Mon, 1 Feb 2016 23:51:49 +0100
Johan Vromans <[email protected]> wrote:

> Keep up the good work,

Oh, and swap the lines 

     use base qw( Wx::Frame );
     use Wx   qw( :everything );

to avoid "Base class package "Wx::Frame" is empty.".

-- Johan