I've got a date in the format of mm/dd/yyyy (ie: 10/24/2000) and need to write a function that will calculate the day before that date (ie: 10/23/2000).
Is there a simple way to do this in perl? Or will I have to code a whole 'calculation' routine?
Ralph.