in reply to Finding gaps in date ranges
use Date::Calc qw(Delta_Days); $day_diff{$name} = abs(Delta_Days(2000, $actual_month, $ actual_day, 2000, $guess_month, $guess_day));
From what I remember, the module was pretty flexible w/ how the date could be input.
Side Note: It appears that there are disagreeing opinions about the module. Test it and see how it fits for you...
|
|---|