On Fri, 2002-10-04 at 10:21, [EMAIL PROTECTED] wrote:
> or
> 
> if (!$array[0]) {
>  # it's empty
> }
> 
> your choice :)
> 
> dan

not quite... try that on this array:
@array = qw(0 1 2 3 4 5 6);

jjv


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

Reply via email to