in reply to Re: Re: difference between 2 dates
in thread difference between 2 dates

Also notice that the subtraction returns a Time::Seconds object rather than a simple integer. This trivialized the "in minutes" requirement, and makes more complicated calculations less error prone.

-Blake