I have to write a date to a file, and then read it back in later, and there is no problem with that, outside of fact that the date is not human readable - Time::tm=ARRAY(0x7ee918) for example. I would like to write the date out in a human readable format, then read it back in and make it a localtime. The bad news is that I can't use Time::Piece and I can't use Date::Parse. I am using 5.10.1 but the Time::Piece module was not installed and it takes an act of Congress to get that done. Is there a function that can do this for me, or will I have to do it on my own?