Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Iterating through a HoHoH ... does a particular sub-hash exist?

by ikegami (Patriarch)
on Apr 05, 2010 at 17:46 UTC ( [id://832866]=note: print w/replies, xml ) Need Help??


in reply to Iterating through a HoHoH ... does a particular sub-hash exist?

$cmdData->{command_1}{subfields} is defined. It's an array reference.
$cmdData->{command_2}{subfields} is defined. It's an array reference.

Sounds like you want to check the number of elements in the referenced array. That would be

@{ $cmdData->{$cmd}{subfields} }
in scalar context.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://832866]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-03-19 08:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found