Re: Syntax error with while

2003-11-11 Thread herve.suvigny
Le lun 10/11/2003 à 18:55, drieux a écrit : Hello, > On Sunday, Nov 9, 2003, at 17:59 US/Pacific, A L wrote: > [..] > > Thank you but I prefere do it by myself, to understand what I am doing, > > the target is to improve myself in Perl CGI > [..] > > not a problem. I put forward the Foobar packa

Re: Syntax error with while

2003-11-10 Thread Lanzaroto
Le lun 10/11/2003 à 18:55, drieux a écrit : Re Hello, Maybe I found, the $DBI objet doesn't like $REQ objet, "While" don't like to have an objet between it and the activation of the base. The Syntax is ok, I am going to do more test to morrow > On Sunday, Nov 9, 2003, at 17:59 US/Pacific, A L

Re: Syntax error with while

2003-11-10 Thread drieux
On Monday, Nov 10, 2003, at 14:54 US/Pacific, herve.suvigny wrote: [..] To morrow I am going to do this way and I have another idea , While in first first stuff second stuff [..] a strategy that I use is to 'build up' the page in the form $info .= some_function_stuff(@ar

Re: Syntax error with while

2003-11-10 Thread Lanzaroto
Le lun 10/11/2003 à 18:55, drieux a écrit : Hello, > On Sunday, Nov 9, 2003, at 17:59 US/Pacific, A L wrote: > [..] > > Thank you but I prefere do it by myself, to understand what I am doing, > > the target is to improve myself in Perl CGI > [..] > > not a problem. I put forward the Foobar packa

Re: Syntax error with while

2003-11-10 Thread drieux
On Sunday, Nov 9, 2003, at 17:59 US/Pacific, A L wrote: [..] Thank you but I prefere do it by myself, to understand what I am doing, the target is to improve myself in Perl CGI [..] not a problem. I put forward the Foobar package as a way to think about testing coding ideas. The general CGI proble

Re: Syntax error with while

2003-11-09 Thread A L
lanzaroto <[EMAIL PROTECTED]> wrote: Le dim 09/11/2003 à 20:02, drieux a écrit : > On Sunday, Nov 9, 2003, at 09:24 US/Pacific, lanzaroto wrote: > > Le dim 09/11/2003 à 17:44, drieux a écrit : > > > >> On Sunday, Nov 9, 2003, at 08:08 US/Pacific, lanzaroto wrote: > >> > >>> > >>> while({$id, $nom

Re: Syntax error with while

2003-11-09 Thread lanzaroto
Le dim 09/11/2003 à 20:02, drieux a écrit : > On Sunday, Nov 9, 2003, at 09:24 US/Pacific, lanzaroto wrote: > > Le dim 09/11/2003 à 17:44, drieux a écrit : > > > >> On Sunday, Nov 9, 2003, at 08:08 US/Pacific, lanzaroto wrote: > >> > >>> > >>> while({$id, $nom, $pre

Re: Syntax error with while

2003-11-09 Thread drieux
On Sunday, Nov 9, 2003, at 09:24 US/Pacific, lanzaroto wrote: Le dim 09/11/2003 à 17:44, drieux a écrit : On Sunday, Nov 9, 2003, at 08:08 US/Pacific, lanzaroto wrote: while({$id, $nom, $prenom, $email} = $STH->fetchrow_array){ $REQ->Tr,

Re: Syntax error with while

2003-11-09 Thread Herve Suvigny
Le dim 09/11/2003 à 17:44, drieux a écrit : Hi, > On Sunday, Nov 9, 2003, at 08:08 US/Pacific, lanzaroto wrote: > > > > >while({$id, $nom, $prenom, $email} = > > $STH->fetchrow_array){ > > > >$REQ->Tr, > >

Re: Syntax error with while

2003-11-09 Thread lanzaroto
Le dim 09/11/2003 à 17:44, drieux a écrit : Hi, > On Sunday, Nov 9, 2003, at 08:08 US/Pacific, lanzaroto wrote: > > > > >while({$id, $nom, $prenom, $email} = > > $STH->fetchrow_array){ > > > >$REQ->Tr, > >

Re: Syntax error with while

2003-11-09 Thread drieux
On Sunday, Nov 9, 2003, at 08:08 US/Pacific, lanzaroto wrote: while({$id, $nom, $prenom, $email} = $STH->fetchrow_array){ $REQ->Tr, $REQ->td('$id'), $REQ->td('$nom'),