Anyone know of a quick and easy way to find the number of days between two dates using perl without having to install additional cpan modules?<BR><BR>I need to find the number of days between today ...
Linux marks time in the number of seconds since the start of the Linux epoch. Here's a script for using that information to figure how many days separate two dates expressed in traditional calendar ...