http://www.perlmonks.org?node_id=955779


in reply to Re^2: counting instances of one array in another array
in thread counting instances of one array in another array

jsmagnuson Any chance that Math::Fleximal will allow you to treat your range of possible combinations as a number sequence and do math on the key to find the position? I like the hash-key solution and treating the keys as fleximals may solve your position question without building a full array of possibilites.
  • Comment on Re^3: counting instances of one array in another array

Replies are listed 'Best First'.
Re^4: counting instances of one array in another array
by jandrew (Chaplain) on Feb 23, 2012 at 17:52 UTC
    For example

    Update: key value look-up was wrong - fixed