Hi All, I'm trying to write a program that will calculate the number of days between two dates. I thought it would be easy enough to write... but I thought wrong.
One of the dates is fixed: $start_date = system "date --d 20020607"; The other date is the current date: $todays_date = system "date"; I'm not sure how to subtract the two dates to calculate the number of days between. Any help would be greatly appreciated. Thanks, Brian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]