Re: Syntax error with while

2003-11-11 Thread herve.suvigny
...}, "some other stuff"; > > since I can not find a way to do that. I tried a variety of > ways to think about it, and did some code runs at it, but > they all kept coming up with the variation on the > > "syntax error with while" > > response

Re: Syntax error with while

2003-11-10 Thread Lanzaroto
d a variety of > ways to think about it, and did some code runs at it, but > they all kept coming up with the variation on the > > "syntax error with while" > > response at compile time. > > BUT I can solve the problem > > print "some stuff here;

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
...}, "some other stuff"; > > since I can not find a way to do that. I tried a variety of > ways to think about it, and did some code runs at it, but > they all kept coming up with the variation on the > > "syntax error with while" > > response

Re: Syntax error with while

2003-11-10 Thread drieux
ng up with the variation on the "syntax error with while" response at compile time. BUT I can solve the problem print "some stuff here; while ( my ( $id, $thing, $third, $forth) = $req->fetch()) { print "$id, $thing, $third, $forth \n&quo

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'),

Syntax error with while

2003-11-09 Thread lanzaroto
Hi, I am trying to print on html page the result of select I have this error; -- Syntax error at requete line 90, near "while" requete had compilation errors (#1) (F) The final summary message when a perl -c fails. [Sun Nov 9 16:55:15 2003] reque