Hello,
I have a weird request, any one can give me some ideas?
I have a matrix of information, something like :
ID_____Name_____Number
1_____Blah______23232
1_____Bleh______22341
2_____Blah______1215
I need to find all the names for ID 1,2,etc... to use in constructing lists
I thought of entering this data into participant data field and then try to work it into a Perl array/hash and then work on it.
Do you have any better ideas?