The Perl Conference 2018

UNIVERSAL::Object – All your base class are belong to us

Stevan Little | Mon, 6/18 at 1:30 pm | 20 minutes | Ballroom C

In this talk I will discuss UNIVERSAL::Object, a simple base class that provides a construction and destruction protocol for building instances. In this talk we will discuss how to use UNIVERSAL::Object to standardize your classes, as well as; how to customize your constructor API, how to create non-HASH based instances, how to deal with inheritance, and more.

Audience: Everyone
Track: Beginner