Richard Hainsworth <[EMAIL PROTECTED]> writes:
> use perl5:Wx;
> my $app = Wx::SimpleApp.new;
> my $frame=Wx::Frame.new(undef, -1, 'Hello world!');
> $frame.Show;
> $app.MainLoop;
>
> The following is the result:
> $pugs wxtest.p6
> *** No compatible subroutine found: "&Wx::SimpleApp"
>    at wxtest.p6 line 2, column 1-28
>
> Is the perl6 wrong?
>
> I have also tested
> use perl5:Wx <SimpleApp>;

Maybe an additional

 use perl5:Wx::SimpleApp;

? I'm just guessing...

Steffen
-- 
Steffen Schwigon <[EMAIL PROTECTED]>
Dresden Perl Mongers <http://dresden-pm.org/>

Reply via email to