|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Getting indices of the same value that occurs multiple times in an array...by Don Coyote (Monk) |
| on Aug 05, 2011 at 06:03 UTC ( #918682=note: print w/ replies, xml ) | Need Help?? |
|
I can see some answers have been supplied to solve the problem of entering the values into an Hash via a mapped grep. I have looked at the initial problem of identifying multiple values within each line. The aligned families can be retrieved using an array reading loop. However I caqn imagine further data manipulation would mean having the families in a hash may be more helpful in future reference. Here is how I would initially extract the multiple values via an array loop.
this gives:
A different approach might be assigning values to each of the families and then extract the 01 strings and convert them into a binary then return the relevant family pair as determined by the binary value. Of course this would only work if there were a definite 2 unique families per 'OG'.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||