Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: [Perl6] Problem using Inline::Perl5

by raiph (Deacon)
on Dec 18, 2016 at 02:40 UTC ( [id://1178000]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1178000]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-19 00:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found