in reply to Re: Remove the duplication in Hash values
in thread Remove the duplication in Hash values

Because t is an sub array of s and r..
  • Comment on Re^2: Remove the duplication in Hash values

Replies are listed 'Best First'.
Re^3: Remove the duplication in Hash values
by Corion (Patriarch) on May 20, 2011 at 07:17 UTC

    So what should be kept for this input?

    %input=( r=>[1,2], s=>[2,3], t=>[1,3] );

    Also, please show us the code you have already written, and the input data, and your output, and please also explain how the output is not what you want.

    Update: Also, please do not repost your questions if you've already got answers. Please include a reference to your previous questions and also explain what problems you have with the previous answers. I consider it very rude to not mention that you already asked your question before.

    Eliminate Array of array duplication

    Sub array in Array of array