Hi,

I have some data like:

0.35 3.41 1
0.35 4.24 1
0.35 4.35 2
0.36 0.36 1
0.36 1.32 1
0.36 1.45 1
0.36 1.46 1


wish the output look like

       0.36 1.32 1.45 1.46  3.41 4.24 4.35
0.35  0      0       0     0       1    1      2
0.36  1      1       1     1       0    0      0

Thanks ahead for any suggestions,

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to