Felice Vittoria wrote:
> Is there a Perl module (or function) that will calculate the
> date/time difference between a start time and end time?
The standard time representation in Perl is seconds since the epoch -- so,
if you store the value of time() at one point and then again, later, you can
Date::Manip
-Original Message-
From: Felice Vittoria [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 26, 2000 2:27 AM
To: Perl-Win32-Users Mailing List
Subject: Calculating Time Difference
Hello all,
Just out of curiousity ...
Is there a Perl module (or function) that will calculate the