RE: Some split help here please

2001-12-19 Thread Bob Showalter
> -Original Message- > From: Yacketta, Ronald [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 10:59 PM > To: [EMAIL PROTECTED] > Subject: Some split help here please > > > Folks, > > I have a date string as such > > Thu Dec 10 2001

Re: Some split help here please

2001-12-19 Thread John W. Krahn
Ronald Yacketta wrote: > > I have a date string as such > > Thu Dec 10 2001 > Tue Dec 8 2001 > Wed Dec 7 2001 > > I have two hashes created for day_of_week and month_of_year > To get the numeric value for the month and week day #. > > The problem I am having is getting the split right. > I h

Re: Some split help here please

2001-12-18 Thread Shawn
> Folks, > > I have a date string as such > > Thu Dec 10 2001 > Tue Dec 8 2001 > Wed Dec 7 2001 > > I have two hashes created for day_of_week and month_of_year > To get the numeric value for the month and week day #. > > The problem I am having is getting the split right. > I have > My ($wda

Some split help here please

2001-12-18 Thread Yacketta, Ronald
Folks, I have a date string as such Thu Dec 10 2001 Tue Dec 8 2001 Wed Dec 7 2001 I have two hashes created for day_of_week and month_of_year To get the numeric value for the month and week day #. The problem I am having is getting the split right. I have My ($wday,$month,$mday,$year) = spli