http://qs321.pair.com?node_id=1063105


in reply to Re: Minimize Hash Key Value Combinations
in thread Minimize Hash Key Value Combinations

thank you! that was my firt approach.. just use the strings as keys e.g.:
1 => A, B, C 2 => A, B, D 3 => C
but it leads to the same problem.. the result should be this:
1, 2 => A, B 2 => D 1, 3 => C
$perlig =~ s/pec/cep/g if 'errors expected';