in reply to Re: Re: Hash of hashes question
in thread Hash of hashes question
keys( # take the keys of a hash %{ # dereference a hashref $termservers{ # hash-table lookup $keys } # END hash-table lookup } # END hash dereference ) # END keys(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Hash of hashes question
by hmerrill (Friar) on Oct 22, 2003 at 21:02 UTC | |
by etcshadow (Priest) on Oct 23, 2003 at 03:11 UTC |