in reply to Increment through date range by day with only standard modules.

You should be able to just copy and paste from the source code of Date::Calc. It is pure Perl, and it only relies on other core modules.

Update: Nevermind!

  • Comment on Re: Increment through date range by day with only standard modules.

Replies are listed 'Best First'.
Re^2: Increment through date range by day with only standard modules.
by Your Mother (Archbishop) on Dec 13, 2008 at 00:46 UTC

    Seems to have a lot of XS for being pure perl. :)