Hi,
I'm trying to write a script that will read a database, check the date in the DB, add X days to that date, compare it with today's date and if the dates match (todays and modfied date from db) then perform a function. If they don't it just needs to move to the next line of the DB.
I think the Date::Calc module will do this for me but the documentation is really confusing and I can't figure out how to do what I want.
My question is, how do I add X days to one date, match it against today's date and then perform a function if it matches.
All help is welcome as I'm pretty stuck!
- Neil