I need to read 2 dates and compare them.
One date is the current_date (year,month,date) the other is determined by the business logic. I then need to compare the 2 dates and see if one is before the other.
How can I do the same in Perl?
I am searching for good documentation, but I am finding so many Date modules in Perl. Don't know which one is appropriate for it.