First page
Back
Continue
Last page
Overview
Graphics
Clarity and Structure
Types have a hierarchy
Item -> Defined -> Ref -> Object
subtype 'Ref'
=> as 'Defined'
=> where { ref($_) };
subtype 'Object'
=> as 'Ref'
=> where { blessed($_) }