> >         $year = $date->{year};  # be accessed as a method

Just to nitpick a little, what I was after wasn't a hash ref, but
instead a 

   $date->year()

function.  I think the result is that this can still be done, but I
wanted to clarify.

-Nate

Reply via email to