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
--- 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
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