Only re-inforced what you already stated, yep the truth hurts, doesn't
mean it isn't the truth.  Don't worry, I won't, and good chance others
won't either.

http://www.catb.org/~esr/faqs/smart-questions.html

http://danconia.org


> Having viewed your website, I can understand your reply.
> Next time. don't bother.
> 
> ##############################
> ----- Original Message ----- 
> From: "Wiggins D Anconia" <[EMAIL PROTECTED]>
> Newsgroups: perl.beginners.cgi
> To: "William Kolln" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Saturday, June 12, 2004 1:58 AM
> Subject: Re: joining form input in parser
> 
> 
> > > HI
> > >
> > > Any help will be greatly appreciated.
> > >
> > > The below statement is my parsing statement. It may be antiquated
but it
> > > works.
> >
> > If it does then you wouldn't need to ask right?  It is antiquated, very,
> > and shouldn't be used when there are much better ways to do this,
> > specifically the CGI module.
> >
> > >
> > > I want to process input from a select form that has two names and two
> name
> > > values
> > >         name=group1 , value1=xxxx
> > >         name=group2 , value2=yyyy
> > >
> > >
> > > IN the below statement, how do I process this information so that:
> > >
> > > a]  if a user selects both group1 and group2 from the drop lists, then
> it
> > > will join them together and parse both groups as one.
> > >
> > > b] if a user selects either group1 or group2 the it parses either
group.
> > >
> > > I have tried to use . for joining strings (concatenate)
> > >
> > >
> >
> > <snip>
> >
> > Switch to the CGI module....
> >
> > http://danconia.org
> >
> 
> 



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to