in reply to parsing date string

convert them into their separate pieces then look at perlman:Time::Local to get their time in seconds... then subtract... or look at Date::Calc, if you need more than just difference in seconds...
                - Ant