Perl Mouse (OOP) #2: Attributes – Understanding the basics



Perl Mouse (OOP) #2: Attributes – Understanding the basics

Perl Mouse (OOP) #2: Attributes - Understanding the basics

In this video, we will learn basics of Mouse module attributes. We will look at how to define an attribute on our Mouse class and how we can enhance the attribute behaviour using – is, isa, required, default and lazy keywords.