hi .. i  am new to perl ..<br>
i have a input file  something pasted as below ..<br>
<br>
16 50 <br>
16 30<br>
16 23<br>
17 88<br>
17 99<br>
18 89 <br>
18 1<br>
..<br>
--<br>
<br>
and i want the output something like this :<br>
16 50 30 23 <br>
17 88 99<br>
18 99 1<br>
<br>
i.e  for each values in the first column, i want the elements in the second column to be a one row ..<br>
<br>
can  be anybody give me psuedocode , to how to go about this ..<br>
thank you<br><br>gurunath<br>