in reply to Re: Get the Fiscal Year from Date
in thread Get the Fiscal Year from Date

A simple lookup table <...] would be much quicker than using generic date modules

In the case of Data::Manip, this is quite true. Being a pure-Perl module, it is quite slow. On the other hand cpan:://Date::Calc is largely written in C, and as a result tends to be much faster for general date manipulations.

But in the present scenario, I would tend to agree, a lookup table will be the way to go.

• another intruder with the mooring in the heart of the Perl

Replies are listed 'Best First'.
Re^3: Get the Fiscal Year from Date
by BrowserUk (Patriarch) on Jan 03, 2007 at 20:16 UTC