Write a function, days_diff, to compute the time difference, in days, between two dates. The dates will be strings in the format Wed Oct 16 2002 For example: days_diff("Wed Oct 16 2002", "Wed Oct 23 2002") should return 7. days_diff("Wed Oct 16 2002", "Tue Oct 16 2001") should return -365. ---------------------------------------------------------------- The same notes as last week; read them *all* if you didn't read them last week: * I'll post an example solution here on Monday. * perl-qotw will only carry the quizzes and solutions. Discussion, remarks, comments, and soforth should go to perl-qotw-discuss@plover.com. To subscribe to that list, send mail to perl-qotw-discuss-subscribe@plover.com. * I'd like to request that nobody post any sample solutions or other spoilers to the discussion list until at least Saturday. * Even after Saturday, any solutions or other spoilers should always be marked with the word SPOILER in the subject line, so that other people won't see them by accident. * If you'd like to contribute a quiz question, send it to me. Thanks.