Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Accessing an AoHoAoH

by robartes (Priest)
on Jun 05, 2004 at 19:32 UTC ( [id://361659]=note: print w/replies, xml ) Need Help??


in reply to Re: Accessing an AoHoAoH
in thread Accessing an AoHoAoH

Just to make things clear (well, it had me stumped for awhile), calin means replacing the () in the values of your page hashes by []. That way, you're assigning an anonymous array to the value of the hash, instead of a list, as you are currently doing.

BTW, the @AoH assignment throws a warning:

Odd number of elements in anonymous hash at aoh.pl line 21.

That is because of the parentheses instead of square brackets.

As to your second question: it's an array of hashes one of whose values is an array of hashes. So, in a sense, it is a AoHoAoH :)

CU
Robartes-

Replies are listed 'Best First'.
Re^3: Accessing an AoHoAoH
by bradcathey (Prior) on Jun 05, 2004 at 19:45 UTC
    Thanks robartes, for the explanation. I had changed all the parens to brackets and got warnings (after you reminded me to turn those on, duh). Anyway got it to work using the brackets as you indicated.

    —Brad
    "A little yeast leavens the whole dough."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-03-19 04:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found