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

Re: sfryer@sourcery.ca

2003-11-09 Thread Shaun Fryer
> FYI, the above code is subject to the attached ascii text > file: sfryer.license Sorry. The aforementioned license is now attached. ;) -- = Shaun Fryer = http://sourcery.ca/ ph: 905-529-0591 = The following is a modified BSD Licens

`max`

2003-11-09 Thread Shaun Fryer
The first couple versions of `max` read the file into a scalar then back out to the file with two sequential open operations. However with larger files, I figured this could be problematic. I've attempted to correct this below and welcome people's comments on my success or failure. This script atte