Re: CGI question on param

2006-07-07 Thread Mr. Shawn H. Corey
Mike Martin wrote: > Does anyone know if there is any way to split the param list returned > by CGI.pm by record ie: > > I have an input form which is populated from a DB query which can have > unlimited numbers of records. > It would be easier to answer your question if you supplied the FORM tag

Re: CGI Question on WinXP

2005-07-04 Thread Ing. Branislav Gerzo
Daniel Brown [DB], on Monday, July 4, 2005 at 15:26 (+0100) wrote about: DB> Now I am wanting to analyze log files with Perl and dump the results in DB> a MySQL database. I know I want the DBI and DBD-MySQL modules and I've DB> already downloaded them but what files do these modules consist of at

RE: CGI Question

2003-11-11 Thread Dan Muey
> Hi, Howdy > > I'm hoping someone can help me with a CGI problem I've > been having: [snip] > > For some reason I have to insert an alert box to cause > some delay between the invokation > of these CGI scripts, otherwise it doesn't work. > > Does anyone have any idea how I should solve thi

RE: CGI QUESTION

2002-05-13 Thread Lance Prais
with the script and the variables did not pass but work fine on Server_1 Thanks -Original Message- From: David Gray [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 12:42 PM To: 'Perl'; 'Lance Prais' Subject: RE: CGI QUESTION > I have a question regarding p

RE: CGI QUESTION

2002-05-13 Thread David Gray
> I have a question regarding passing variables from a HTML > form to a CGI script. I have never worked with CGI in the > past and assumed that if I included the variables with in the > form and on submit called the CGI script that the variable > would be amiable to it. That doe not see, to

RE: CGI QUESTION

2002-05-13 Thread Lance Prais
Showalter [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 10:42 AM To: 'Lance Prais'; Perl Subject: RE: CGI QUESTION > -Original Message- > From: Lance Prais [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 11:15 AM > To: Perl > Subject: CGI QUESTIO

RE: CGI QUESTION

2002-05-13 Thread Bob Showalter
> -Original Message- > From: Lance Prais [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 11:15 AM > To: Perl > Subject: CGI QUESTION > > > I have a question regarding passing variables from a HTML > form to a CGI > script. I have never worked with CGI in the past and assumed >

Re: CGI QUESTION

2002-05-13 Thread drieux
On Monday, May 13, 2002, at 08:15 , Lance Prais wrote: > I have a question regarding passing variables from a HTML form to a CGI > script. I have never worked with CGI in the past and assumed that if I > included the variables with in the form and on submit called the CGI > script > that the v

Re: CGI question

2002-04-01 Thread Joe Echavarria
when i try to excute your code over the brower i get not output from the script, but when i execute the script at command line i gets output. why ? --- drieux <[EMAIL PROTECTED]> wrote: > > On Monday, April 1, 2002, at 07:12 , Joe Echavarria > wrote: > > > > > if (param()) > > { > > $

Re: CGI question

2002-04-01 Thread drieux
On Monday, April 1, 2002, at 07:12 , Joe Echavarria wrote: > if (param()) > { > $cate= param('categorias'); > print " The Param is ---> es $cate"; > }; > while ($file = ) { >($categoria,$link) = split(":",$file); > ##this code is not working >if ($categoria eq $cate) { >