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
> >Why did you send me that link? That does not help > me. > > Because you specifically said > > "Will anyone offer some kind help?" > > > >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 Pe

Re: cgi calender

2007-03-02 Thread Rob Dixon
oryann9 wrote: > > --- zentara <[EMAIL PROTECTED]> wrote: >> >> [EMAIL PROTECTED] (oryann9) wrote: >> >>> Will anyone offer some kind help? >> >> See: >> http://perlmonks.org?node_id=599419 >> >> Or groups.google.com for "perl html cgi calendar". > Why did you send me that link? That does not hel

Re: cgi calender

2007-03-01 Thread oryann9
--- zentara <[EMAIL PROTECTED]> wrote: > On Wed, 28 Feb 2007 12:10:36 -0800 (PST), > [EMAIL PROTECTED] (oryann9) > wrote: > > >Will anyone offer some kind help? > > See: > http://perlmonks.org?node_id=599419 > > Or groups.google.com for "perl html cgi calendar". > > zentara > > -- Why did

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: Todays date 02/27/2007 > is > > > being printed under Thursday in

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. > > Is the problem that you need to det

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 that you need

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 than > using hardcoed undef's > >