in reply to Finding time difference from two strings

I think you're probably looking for something like Date::Manip; although, depending on how large "large" is, you might look at Time::Local. It's more work but it's a lot faster.

-Paul

  • Comment on Re: Finding time difference from two strings