Perl – Getting Package Names

Had an interesting question from a student i’ve been helping with a project. They were after the package name, for various reasons, and so I prepared a small example with 3 ways of doing 2 things. Heres the example: The two main ways here, are with the __PACKAGE__ token, or using the ref function. This […]

Perl – Getting Package Names Read More »