in reply to Date::Manip can't get Date_Cmp to work
You're using Date::Manip::Date objects as inputs to a Date::Manip function. You want
my $flag = $date1->cmp($date2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Date::Manip can't get Date_Cmp to work
by 7stud (Deacon) on Apr 01, 2010 at 05:12 UTC | |
by ikegami (Patriarch) on Apr 01, 2010 at 05:28 UTC |