![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re^2: results from pairs combinationby lipong (Initiate) |
on Oct 01, 2008 at 17:16 UTC ( [id://714847]=note: print w/replies, xml ) | Need Help?? |
Thanks for the quick reply
The idea is not the order but each pair represents the relations between the elements so for example:
@pairs=("a,b","c,b","d,f","e,b","f,g");
The results should be:
"a,b","c,b","e,b"
"d,f","f,g";
But the pairs can appear in any order and combination.
In Section
Seekers of Perl Wisdom
|
|