in reply to [Perl6] Problem using Inline::Perl5

the method OnInit is not called

Try changing the declarator `sub` to `method`:

class YTDL::App is Wx::App { method OnInit { say "***"; return True; } }

If that doesn't fix things, or if you have other questions, the freenode #perl6 IRC channel is currently by far the best place to go for talking through any problems you're having while working with anything to do with Perl 6.

Replies are listed 'Best First'.
Re^2: [Perl6] Problem using Inline::Perl5
by holli (Abbot) on Dec 20, 2016 at 06:16 UTC
    I tried that already. No dice.


    holli

    You can lead your users to water, but alas, you cannot drown them.