How naming of variables works in Perl 6
Sep27

How naming of variables works in Perl 6

In the first four articles in this series comparing Perl 5 to Perl 6, we looked into some of the issues you might encounter when migrating code, how garbage collection works, why containers replaced references, and using (subroutine) signatures in Perl 6 and how these things differ from Perl 5. read...

Read More