hello!

Trying to print out the following multi-dimensional
hash:

%classes=(
        "Math" => { "Joan" => 95,
                    "John" => 70,
                    "Jane" => 50 },
        "Science" => { "Joan" => 80,
                       "John" => 90,
                       "Jane" => 80 },
);

I can print out individual values, but I'd like to
display all key/value pairs.
Thanks in advance!
cl

__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

Reply via email to