in reply to Re: importing all the values stored in an HoH into an array
in thread importing all the values stored in an HoH into an array
This worked like a charm, Thanks!
Better yet, I think I can make some sense out of how the references work.
one question: In the line:
for my $word ( keys %{ $hash{ $w1 }{ $w2 }{ words } } ) {
What does 'keys' stand for? Is it a reference?
Thank you very much for your help!
-mox
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: importing all the values stored in an HoH into an array
by johngg (Canon) on Oct 31, 2006 at 13:48 UTC | |
by chinamox (Scribe) on Oct 31, 2006 at 14:02 UTC | |
|
Re^3: importing all the values stored in an HoH into an array
by davorg (Chancellor) on Oct 31, 2006 at 13:46 UTC |