in reply to to pick the common element in the array

Is position as well as value important?
i.e. from you example would you expect back @answer=(2,3); or @answer=(undef,2,3,2);
UnderMine
  • Comment on Re: to pick the common element in the array