in reply to Re: Date calculations in Perl for Win32
in thread Date calculations in Perl for Win32
If you read the docs for Date::Manip, you'll see that even the author admits that it's a very large and slow module. The only time that I'd consider using it would be to parse date strings. For most other date calculations the standard Perl functions are much more efficient (like chromatic's Week number example above.
--
|
|---|