Hi

I have some tab delimited text data like

ID      In      Out     Day
1       5       2       1
2       4       9       2
3       3       3       2
4       6       7       3
5       5       0       5
6       7       9       3
7       8       9       4
8       6       6       4

I want to perform sorting by In, Out and so on. I also want to find sum of
in out grouped by Day. Where should I start? Is there any module that may
help me? I am a beginner.

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.9 - Release Date: 6/11/2005
 



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to