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


in reply to RE: RE: Re: Calculating a persons age based on their birthday.
in thread Calculating a persons age based on their birthday.

don't think so. The check might be simple. if $year % 4 gives any result except '0'
then this is not a leap year. there is nothing else to check out, IMHO.
  • Comment on RE: RE: RE: Re: Calculating a persons age based on their birthday.