Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my %hash=( '000001' => 'ITEM _First', '000002' => 'Item B', '000003' => 'House', '000004' => 'Service C', '000005' => 'Service X', '000006' => 'Service Z', '00007b' => 'Adjust Area', '020902' => 'Campus', '0sdc45' => 'Unit C', '000011' => 'Unit B', '0wed45' => 'Lower Level', '0ws456' => 'Cars', '02100m' => 'Numbers' )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hash Question
by Taulmarill (Deacon) on Feb 17, 2004 at 15:17 UTC | |
|
Re: Hash Question
by blokhead (Monsignor) on Feb 17, 2004 at 16:43 UTC | |
|
Re: Hash Question
by edan (Curate) on Feb 17, 2004 at 15:24 UTC | |
by snowcrash (Friar) on Feb 17, 2004 at 15:47 UTC | |
by Taulmarill (Deacon) on Feb 17, 2004 at 15:36 UTC | |
by Anonymous Monk on Feb 18, 2004 at 03:09 UTC | |
|
Re: Hash Question
by William G. Davis (Friar) on Feb 17, 2004 at 15:40 UTC | |
|
Re: Hash Question
by flyingmoose (Priest) on Feb 17, 2004 at 19:53 UTC |