in reply to A date calculation
From your code it seems you're trying to add 13 days to the current date, and get the month and year of that date.
I recommend Date::Simple for calculations like this, it is fairly stable and has a really simple interface.
|
|---|