# Hi fellows...

# I would like to handle a structure like this one:

$struct = {

      HASH1 => { hash1 => {A => "a", B => "b"},
                            hash2 => {C => "c", D => "d"}},

HASH2 => { hash3 => [1,2,3,4,5]} };

# How do I go/* */through it and, for example, print the keys and values of hash1, hash2 and # the list associated with hash3.
--

/**************************************
Lic. Leonardo Mokarzel Falcón
Dpto. Microbiología y Virología
Lab. de Química Computacional y Teórica
Universidad de La Habana. Cuba
e-mail: [EMAIL PROTECTED]
       [EMAIL PROTECTED]
**************************************\



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to