Re: Learning wxPerl - Program structure

[email protected] (Johan Vromans) Mon, 1 Feb 2016 23:55:32 +0100
Newsgroups perl.wxperl.users
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