Baz has asked for the wisdom of the Perl Monks concerning the following question:
To access the x coord of "061" i use $coords{"061"}[0]my %coords = ("061"=>[220,140],"062"=>[34,89],"074"=>[34,89]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using hash values inside an array.
by Rich36 (Chaplain) on May 03, 2002 at 21:14 UTC | |
|
Re: using hash values inside an array.
by thelenm (Vicar) on May 03, 2002 at 21:16 UTC | |
|
Re: using hash values inside an array.
by jsprat (Curate) on May 03, 2002 at 21:12 UTC | |
|
Re: using hash values inside an array.
by Fastolfe (Vicar) on May 04, 2002 at 15:54 UTC | |
|
Re: using hash values inside an array.
by mephit (Scribe) on May 04, 2002 at 19:32 UTC |