in reply to Re: [Perl6] Problem using Inline::Perl5 (Wx)
in thread [Perl6] Problem using Inline::Perl5
fails complaining about the symbol "SimpleApp" not being known.use Wx:from<Perl5>; my $app = Wx::SimpleApp.new; my $frame = Wx::Frame.new( Nil, -1, 'Hello, world!' ); $frame.Show; $app.MainLoop;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [Perl6] Problem using Inline::Perl5 (Wx)
by beech (Parson) on Dec 20, 2016 at 08:33 UTC |