Re: Range of dates help needed

2003-11-07 Thread John W. Krahn
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

Re: Range of dates help needed

2003-10-30 Thread Rob Dixon
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', > > >

Re: Range of dates help needed

2003-10-30 Thread Kevin Old
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

Re: Range of dates help needed

2003-10-30 Thread Rob Dixon
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

Range of dates help needed

2003-10-29 Thread Kevin Old
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