in reply to Older people should know their age on Mercury

Time::Local and many of the "unix based" time functions base their time as "number of seconds since Jan 1, 1970". If you want a greater range, use Date::Calc which is good back to the year 1 AD.
  • Comment on Re: Older people should know their age on Mercury

Replies are listed 'Best First'.
Re: Re: Older people should know their age on Mercury
by thunders (Priest) on Oct 03, 2001 at 02:19 UTC
    Thanks a lot. That module was what I was looking for.
    I'll post my solution on this node.