tanyeun has asked for the wisdom of the Perl Monks concerning the following question:
%category = ( "restaurant A" => "Dine Out", "restaurant B" => "Dine Out", "Walmart" => "Grocery", "HEB" => "Grocery", "Target" => "Grocery" "Movies" => "Fun", "Park" => "Fun", "Shopping" => "Fun" );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: better way to do N to 1 string mapping
by Corion (Patriarch) on Nov 14, 2011 at 08:07 UTC | |
|
Re: better way to do N to 1 string mapping
by anneli (Pilgrim) on Nov 14, 2011 at 07:01 UTC | |
|
Re: better way to do N to 1 string mapping
by jethro (Monsignor) on Nov 14, 2011 at 10:42 UTC | |
|
Re: better way to do N to 1 string mapping
by mrguy123 (Hermit) on Nov 14, 2011 at 11:52 UTC | |
|
Re: better way to do N to 1 string mapping
by JavaFan (Canon) on Nov 14, 2011 at 09:20 UTC |