FITFLOP
Home

raku (3 post)


posts by category not found!

Which 'Perl Traps' have not been fixed in Raku?

Understanding Unresolved Perl Traps in Raku What You Need to Know Raku formerly known as Perl 6 is a modern programming language that is an evolution of the Per

2 min read 18-10-2024 43
Which 'Perl Traps' have not been fixed in Raku?
Which 'Perl Traps' have not been fixed in Raku?

What does the $¢ variable do in Raku?

Unraveling the Mystery of the c Variable in Raku The c variable in Raku can be a bit of a head scratcher for newcomers Its not immediately obvious what it does

2 min read 06-10-2024 40
What does the $¢ variable do in Raku?
What does the $¢ variable do in Raku?

How to set a named parameter to an exported sub when importing a module?

How to Set a Named Parameter to an Exported Sub When Importing a Module in Perl When working with modules in Perl you might find yourself needing to pass named

2 min read 01-10-2024 64
How to set a named parameter to an exported sub when importing a module?
How to set a named parameter to an exported sub when importing a module?