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

I don't get it... what happened to A2 and B2?

  • Comment on Re^3: Minimize Hash Key Value Combinations

Replies are listed 'Best First'.
Re^4: Minimize Hash Key Value Combinations
by AlexTape (Monk) on Nov 18, 2013 at 16:59 UTC
    sorry.. fault again:
    1 => A, B, C 2 => A, B, D 3 => C
    1 points on string A, B and C
    2 points on string A, B and D
    3 points on string C
    1, 2 => A, B 2 => D 1, 3 => C
    1 points on string A, B and C
    2 points on string A, B and D
    3 points on string C
    $perlig =~ s/pec/cep/g if 'errors expected';