Types of References II
Learn about some more types of references in Perl.
Function references
Perl supports first-class functions; a function is a data type like an array or hash. In other words, Perl supports function references. This enables many advanced features like &
on the name of a function:
Get hands-on with 1400+ tech skills courses.