on Fri, 03 May 2002 10:24:19 GMT, [EMAIL PROTECTED]
(Fritscher Ralf) wrote: 

>    ... undef != $results[$i] ...
> 
> is the correct syntax, it shall prevent accessing unexisting array
> elements. 
> 
No, it is not, as you will notice when you enable warnings,
The correct syntax, as I showed you before, is

        ...defined($results[$i])...

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to