Reflection
Learn about reflection in Perl.
Overview
Reflection (or introspection) is the process of asking a program about itself as it runs. By treating code as data, we can manage code in the same way that we manage data. That sounds like a truism, but it’s an important insight into modern programming. It’s also a principle behind code generation.
Moose’s Class::MOP
Access this course and 1400+ top-rated courses and projects.