Path: usenet.cise.ufl.edu!usenet.eel.ufl.edu!arclight.uoregon.edu!news.sprintlink.net!news-peer.sprintlink.net!news.maxwell.syr.edu!news.bc.net!unixg.ubc.ca!info.ucla.edu!psgrain!news.rain.net!news.teleport.com!not-for-mail
From: Patrick Ryan <pryan@fhcrc.org>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: ANNOUNCE: Time::Period - Evaluate a Time Point Relative to a Time Period
Followup-To: comp.lang.perl.modules
Date: 27 Jan 1997 15:17:23 GMT
Organization: FHCRC
Lines: 28
Sender:  -yp- @gadget.cscaper.com
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Message-ID: <5cigu3$b94$1@nadine.teleport.com>
Reply-To: pryan@fhcrc.org
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:98 comp.lang.perl.modules:1477

Time::Period is a module to deal with time periods.  Currently,
it only contains one item: a function called inPeriod().

This function takes a time (in seconds) and a period (as a string)
and determines whether the time point falls within the time period,
returning 1 if it does, 0 if not, and -1 if either the time or period
were malformed.

The period string is simple and intuitive.  But is it also very
flexible.  The level of complexity of the period string is not limited.

The current version is 1.10.

It can be retrieved at "http://newhutch.fhcrc.org/Patrick/Period/".

The distribution is called Period-1.10.tar.gz.

Comments, questions, and suggestions are welcome.

					-Patrick

-- 
===================================================
= Patrick Ryan    <pryan@fhcrc.org> [] PGP key in =
= http://newhutch.fhcrc.org/Patrick [] web space! =
===================================================


