September 2017
Beginner
402 pages
9h 52m
English
Subroutines are one of the fundamental concepts in programming. They help organize better-structured code, which is also easy to reuse. Perl 6 offers great support for subroutines and many interesting related features. In Perl 6, subroutines are often called subs.
We will cover the following topics in this chapter: