I don't know how to load de parrot SDL module in rakudo. I've found a example to do that with pir code.
But... there is any way to load pir SDL module into rakudo with perl code?
I don't know how to load de parrot SDL module in rakudo. I've found a example to do that with pir code.
But... there is any way to load pir SDL module into rakudo with perl code?
How about just use SDL;
? That's how it should work, and that's what I see in the examples.