Perl 6 and modules
Details
Take a look at Perl 6 the basics up to creating a module.
A quick dive into the new language which we still call Perl ... Perl 6.
If you want to follow along you'll be able to easily get Perl6 on your computer (given you have Docker installed) with the following steps:
• mkdir pm_perl6
• docker run -v /pm_perl6:/home -it rakudo-star:2017.01 /bin/bash
rakudo-star image has both Perl5 and Perl6 so you can compare the differences. Loading the Volume will allow you to edit with your favorite editor in the pm_perl6 directory and execute them in the /home directory of the container.
Pizza will arrive around 6:30 so come early to socialize and eat. I promise that I fixed the Pizza problem since the last meeting - there will be left overs!
