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

The problem is that it might rolling 24 hour period, 48 hour period, 72 hour period...

We can only give the basic idea, but he needs to take care of more.

Replies are listed 'Best First'.
Re: Re: Re: Re: Best way to do Time diff
by DaveH (Monk) on Feb 02, 2003 at 00:09 UTC

    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...