4 min read
0
I love function signatures in Perl, and you should too.
One of the most common tasks in programming is receiving arguments within a function. In Perl, historically, this task has taken on a number of…