sub _get_birthday { # remember, $_ will contain the value of the attribute $_ = strftime '%m/%d/%Y', localtime( $_ ); }