Re: Hash array

2005-05-12 Thread Mike Blezien
Ovid wrote: --- Mike Blezien <[EMAIL PROTECTED]> wrote: what is the correct proceedure to check the number of elements in a hash array, when extracting elements like $hash->{$key}->[0],$hash->{$key}->[1],.etc is there way to determine the number of elements [ ] in the $hash->{$key} if is not kn

Re: Hash array

2005-05-12 Thread Ovid
--- Mike Blezien <[EMAIL PROTECTED]> wrote: > what is the correct proceedure to check the number of elements in a > hash array, > when extracting elements like > $hash->{$key}->[0],$hash->{$key}->[1],.etc is > there way to determine the number of elements [ ] in the > $hash->{$key} if is > not

Hash array

2005-05-12 Thread Mike Blezien
Hello, what is the correct proceedure to check the number of elements in a hash array, when extracting elements like $hash->{$key}->[0],$hash->{$key}->[1],.etc is there way to determine the number of elements [ ] in the $hash->{$key} if is not known so each element can be displayed. TIA. -- Mi