From:                   Ryan Guy <[EMAIL PROTECTED]>
> I need to know the fastest way to determine a length of an array.  I
> know there is a built in kind of thing somewhere.  I just cant
> remember it. Thanks

$length = scalar( @array );

Jenda


=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
                                        --- me

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

Reply via email to