Hi there, I have some finals coming up soon, and I want to make a script that will tell me how many days I have left. For example, if the date of the exam is 05-08-2012 (DD MM YYYY) I want Perl to tell me how many days I have left from whatever day it currently is.
I have tried a couple of things, but ended up getting confused and now don't know what to do.
UPDATE: Sorry for the late reply, and thanks for the code/updates. I had tried the Date::Calc modules but wasn't getting them to work how I wanted. Thanks.