in reply to Extract times from strings and compute difference

First, tease the time out of the string. Then use Date::Manip's DateCalc() subroutine to compare the two dates, or use the Date::Calc module (probably faster and more targeted to your need).


Dave