Search code examples
Is there a way to get a list of all known types in a Perl 6 program?...


typesraku

Read More
Does Perl 6 automatically call any special methods when it cleans up an object?...


rakufinalizer

Read More
How do I find the version and authority of a Perl 6 module?...


moduleraku

Read More
Can Perl 6 assume a positional parameter that's not the first one?...


rakucurrying

Read More
Perl 6 Cro's stub doesn't run: HTTP/2 is requested, but ALPN is not supported...


rakucro

Read More
How do I find the index of the maximum value in a list in Perl 6?...


raku

Read More
What's the difference between Perl 6's DEFINITE and defined methods?...


raku

Read More
Why don't new operator definitions persist in the Perl 6 REPL?...


operatorsuser-defined-functionsread-eval-print-loopraku

Read More
Why is Perl 6's right associativity not right?...


rakuassociativity

Read More
Can you write Perl 6 scripts using an encoding that is not utf8?...


encodingraku

Read More
Can a shared supply run multiple tap blocks simultaneously?...


rakutap

Read More
Perl 6 '^=' operator doesn't produce a result, causing program to never terminate...


raku

Read More
Should I count up in Perl 6 with a sequence or a range?...


rangerakuseq

Read More
How does a Perl 6 object find a multi method that might be in a parent class or role?...


rakumethod-resolution-ordermultimethod

Read More
Simple way to do mapping of group of sequential list elements...


listmappingrakusequential

Read More
List repetition (xx) without evaluation?...


raku

Read More
Why does Perl 6's Map give me a value in one case and a list in another?...


raku

Read More
I can create filehandles to strings in Perl 5, how do I do it in Perl 6?...


stringperlrakufilehandle

Read More
How is this Perl sensical, considering Perl 6's type system?...


typesraku

Read More
How can I return context sensitive return values in Perl 6?...


rakuperl

Read More
Double junction arguments swapping sides...


rakuperl6-junction

Read More
How do you add a method to an existing class in Perl 6?...


raku

Read More
How to determine if an element exists in a Perl 6 array...


arrayslistcontainersraku

Read More
How does one write custom accessor methods in Perl6?...


raku

Read More
How can you call JavaScript builtins from Perl 6 with the new JS backend?...


javascriptrakurakudo

Read More
How can I get started with Perl 6?...


perlraku

Read More
Does Perl 6 have an equivalent to Python's dir()?...


rakuintrospection

Read More
perl6 class to-json exclude properties...


jsonclassraku

Read More
Perl6 Class inheritance when classes are in different "namespaces/packages"...


classinheritanceraku

Read More
Basic Authentication in perl6 with Cro...


basic-authenticationrakucro

Read More
BackNext