What’s the most difficult thing in Raku for a Perl programmer?

The answer is: Accessing array or hash items with a proper sigil!

The answer is: Accessing array or hash items with a proper sigil!

When you are learning Perl, it is very difficult to accept that you have to write it as $hash{key}, not %hash{key}.

When you have a background in Perl and are writing in Raku, you will often spell it like $hash<key> instead of %hash<key>.

Leave a Reply

Your email address will not be published. Required fields are marked *

Retype the CAPTCHA code from the image
Change the CAPTCHA codeSpeak the CAPTCHA code