Re: Syntax error with while

2003-11-10 Thread Lanzaroto
> while ( my ( $id, $thing, $third, $forth) = $req->fetch()) > { > print "$id, $thing, $third, $forth \n"; > }; > print "some other stuff"; > > So you might want to attack the problem along that line. > Friendly Lanzaroto -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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-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: > >> > >>> > >&

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){ > > > >

Syntax error with while

2003-11-09 Thread lanzaroto
while({$id, $nom, $prenom, $email} = $STH->fetchrow_array){ $REQ->Tr, $REQ->td('$id'), $REQ->td('$nom'), $REQ->td('$prenom'), $REQ->td('$email'), $REQ->$id++; } ), $REQ->end_form(), ), <--end---> Thanks a lot Lanzaroto -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]