Perl Mouse (OOP) #5: Methods – Understanding the Basics



Perl Mouse (OOP) #5: Methods – Understanding the Basics

Perl Mouse (OOP) #5: Methods - Understanding the Basics

In this video, we will learn basics of Mouse module methods. Specifically, we will look at instance, class and static methods, and we will also explore how to mark your methods as private.

Chapters
00:00 Intro
00:12 Instance methods
02:52 Class methods
04:30 Static methods
06:00 Marking methods as private