Kevin Old wrote:
>
> Hello everyone,
Hello,
> I have a subroutine below that uses Date::Manip to build a hash with
> keys of the previous Wednesday to the next Tuesday range from the
> beginning of the year until today. For instance:
>
> %pairs = (
> #didn't want to list the whole year, but yo
Kevin Old wrote:
>
> On Thu, 2003-10-30 at 07:06, Rob Dixon wrote:
> > Kevin Old" wrote:
> > > Basically I'd like a hash (or whatever) that looks like this:
> > >
> > > %datepairs = (
> > > # Saturday to Following Friday
> > > '10/11/2003' => '10/17/2003',
> > > '10/18/2003' => '10/24/2003',
> > >
On Thu, 2003-10-30 at 07:06, Rob Dixon wrote:
> Kevin Old" wrote:
> > Basically I'd like a hash (or whatever) that looks like this:
> >
> > %datepairs = (
> > # Saturday to Following Friday
> > '10/11/2003' => '10/17/2003',
> > '10/18/2003' => '10/24/2003',
> > '10/25/2003' => '10/31/2003',
> > '1
Kevin Old" wrote:
>
> I have a subroutine below that uses Date::Manip to build a hash with
> keys of the previous Wednesday to the next Tuesday range from the
> beginning of the year until today. For instance:
>
> %pairs = (
> #didn't want to list the whole year, but you get the point
> '10/15/200
Hello everyone,
I have a subroutine below that uses Date::Manip to build a hash with
keys of the previous Wednesday to the next Tuesday range from the
beginning of the year until today. For instance:
%pairs = (
#didn't want to list the whole year, but you get the point
'10/15/2003' => '10/21/200