in reply to creating a particular hash
my %hash = mapcar { @_ } map { [ split /,/ ] } split(":", $str);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: creating a particular hash
by Henri Icarus (Beadle) on Jun 01, 2001 at 03:32 UTC | |
by princepawn (Parson) on Jun 01, 2001 at 03:44 UTC | |
by Ovid (Cardinal) on Jun 01, 2001 at 19:26 UTC | |
by Henri Icarus (Beadle) on Jun 02, 2001 at 09:41 UTC |