nidhi has asked for the wisdom of the Perl Monks concerning the following question:
Can Someone suggest how I accomplish this ?a => 15-19,30,35,120 b => 15-17,30,35,40, c => 15-18,30,35,120 And I want : a => 15,16,17,18,19,30,35,120 b => 15,16,17,30,35,40, c => 15,16,17,18,30,35,120
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: hash with multiple values per key
by shmem (Chancellor) on Aug 10, 2007 at 20:14 UTC | |
|
Re: hash with multiple values per key
by FunkyMonk (Bishop) on Aug 10, 2007 at 20:17 UTC | |
|
Re: hash with multiple values per key
by bobf (Monsignor) on Aug 10, 2007 at 20:09 UTC | |
|
Re: hash with multiple values per key
by wind (Priest) on Aug 10, 2007 at 20:42 UTC | |
by eric256 (Parson) on Aug 10, 2007 at 23:26 UTC | |
|
Re: hash with multiple values per key
by nidhi (Acolyte) on Aug 10, 2007 at 20:13 UTC | |
|
Re: hash with multiple values per key
by nidhi (Acolyte) on Aug 10, 2007 at 20:33 UTC | |
|
Re: hash with multiple values per key
by Anonymous Monk on Aug 11, 2007 at 03:42 UTC |