Perl: Get the length of an array within a hash

Posted by Magicked on Stack Overflow See other posts from Stack Overflow or by Magicked
Published on 2010-05-20T16:30:49Z Indexed on 2010/05/21 13:40 UTC
Read the original article Hit count: 185

Filed under:

I have the following:

$data{host} -> [$i] -> {someotherstuff}

How can I get the length of the array where [$i] is?

Thanks!

© Stack Overflow or respective owner

Related posts about perl