First page Back Continue Last page Overview

The example shows some smart behavior of User::Identity. Many kinds of information can be stored, and some unknown facts can be fabricated. For instance, the date of birth is converted to a time-stamp using Date::Parse, and then an age can be derived from that. Date::Parse is smart, so the age method is smart as well.