NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Wheel, reinvented (Score:2)
All achieve the same thing.
Reply to This
Re:Wheel, reinvented (Score:2)
Date::CalcandDate::Manipmight also do the same thing. Could be wrong though as it's been a while since I've looked...Re:Wheel, reinvented (Score:2)
Oh, I know about Time::Seconds (I'm a big advocate of using Time::Piece). This isn't my attempt to replace it, just something that I was playing around with that I thought I'd share.
There are differences between the two module tho'. Time::Seconds uses exported symbolic constansts where Time::Period uses objects. Also adding one year or one month to a date using Time::Seconds will add a fixed number of seconds whereas Time::Period will really add one year or one month.
Didn't know about Date::ICal::Durati
Re:Wheel, reinvented (Score:2)