I have a  hash of arrays. Here is a sample of one of the elements

$hoa{key}=[2,somestring,someotherstring];

If I where to print it like this
        print "$#{hoa{key}}"
It print 2.

>From how I understand this $# is dereferencing and should print what
ever is contained. In a hash of arrays does it just default to the first
element of the first array and display it?
Why does this return 2.


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

Reply via email to