http://www.perlmonks.org?node_id=312754


in reply to Re: Critique
in thread Critique

You hit the head of the nail when you pointed out that it doesn't handle leap years. This is my only real problem with the code: it having its own date logic.

ihb

Replies are listed 'Best First'.
Re: Re: Re: Critique
by phenom (Chaplain) on Dec 06, 2003 at 14:39 UTC
    Since it was only supposed to deal with 2004, I never thought to include leap year functionality. But since some of the responses have given me some ways of doing it, I'm going to re-write it now. That's a good thing - I'm learning a lot from all these responses.