in reply to Re: Re: Re: Best way to do Time diff
in thread Best way to do Time diff

This is always to problem whenever you deal with time/dates in code. Just where do you give up testing for every eventuality? Is is better to load a huge module like Date::Manip and be done with it, or is that overkill for such a simple pre-requisite like this?

I can never decide...

  • Comment on Re: Re: Re: Re: Best way to do Time diff