perl monks,
Is there a way that given a certain month in a particular year that you can return the number of days in that month?
I know that days are constant except for leap year, but how can I use the localtime or time functions to input two days and get the difference between them?
thank you