On 2012-04-24 07:22, Brent Clark wrote:
Hiya

Is there a module to parse time.

I.e. 00:01:20.

The idea was to convert a string, i.e. time, and then to see if the
time given is greater than a threshold, for example 1 hour.

Hope I make sense. If anyone could help, it would be appreciated.

It makes sense.  You're looking for Date::Calc... wait _time_

Time::Format?
Time::Tiny has a from_string function that looks like what you're after.
Is that what you're looking for?

--
     Michael Rasmussen
   http://www.jamhome.us/
Be Appropriate && Follow Your Curiosity

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to