Re: cgi calender

2007-03-03 Thread Jack Daniels (Butch)
I have a file containeding data (example) I added the text line1 line2 line3 to the beginning of each line in the hopes I could do the following. I appended line1 line2 and line3 files to one file, but now I need to sort them correctly to send these comands to an API transaction server to alter da

Re: cgi calender

2007-03-02 Thread oryann9
> More than this I cannot offer. I don't know what > range of values your > $dayofweek variable holds so I can't even guess what > to code. > > Rob > No abuse was intended. Sorry. I like to send my thoughts on what to do for code to the list to see if I get any feedback regardless of whether th

Re: cgi calender

2007-03-02 Thread oryann9
e here > like > >to offer help after all we all love Perl?! I did > >google cgi calender, but I am not going to copy > >someones code because that defeats the purpose of > >learning. > > > Sorry if I aggravated you, but you sounded like > someone > begg

Re: cgi calender

2007-03-02 Thread Rob Dixon
list to get help because people here like to offer help after all we all love Perl?! I did google cgi calender, but I am not going to copy someones code because that defeats the purpose of learning. This is indeed a list to get help with Perl. What help are you expecting if not what you hav

Re: cgi calender

2007-03-01 Thread oryann9
gi calendar". > > zentara > > -- Why did you send me that link? That does not help me. I use both sites to seek help when needed. I thought this was a list to get help because people here like to offer help after all we all love Perl?! I did google cgi calender, but I am not go

Re: cgi calender

2007-02-28 Thread oryann9
--- oryann9 <[EMAIL PROTECTED]> wrote: > --- Tom Phoenix <[EMAIL PROTECTED]> wrote: > > > On 2/27/07, oryann9 <[EMAIL PROTECTED]> wrote: > > > > > Problem: cgi calender daynames are not matching > up > > > with dates. For example: Today

Re: cgi calender

2007-02-28 Thread oryann9
--- Tom Phoenix <[EMAIL PROTECTED]> wrote: > On 2/27/07, oryann9 <[EMAIL PROTECTED]> wrote: > > > Problem: cgi calender daynames are not matching up > > with dates. For example: Todays date 02/27/2007 is > > being printed under Thursday instead of Tuesday.

Re: cgi calender

2007-02-27 Thread Tom Phoenix
On 2/27/07, oryann9 <[EMAIL PROTECTED]> wrote: Problem: cgi calender daynames are not matching up with dates. For example: Todays date 02/27/2007 is being printed under Thursday instead of Tuesday. Is the problem that you need to determine the day of the week for a given date, or th

Re: cgi calender

2007-02-27 Thread oryann9
--- oryann9 <[EMAIL PROTECTED]> wrote: > All, > > I am having an issue getting my cgi calender to > print > correctly. Any help or hints would be appreciated! > I was thinking of manipulating the @weeks_anonymous > array with select dayofweek(curdate()) rather th

cgi calender

2007-02-27 Thread oryann9
All, I am having an issue getting my cgi calender to print correctly. Any help or hints would be appreciated! I was thinking of manipulating the @weeks_anonymous array with select dayofweek(curdate()) rather than using hardcoed undef's Problem: cgi calender daynames are not matching up