P
PerlNewbie
Guest
hi there forks,
i'm new to perl and i'm suppose to write a perl program incorporating two input files(lists HA & NA, and they contain dates and names of infections A, B, C) to produce a tab-delimited output file containing counts of the type of infection grouped by week. I should produce the output file individually for HA and NA (will be used to produce two separate graphs).
Example:
Week Type Counts
1 A 235
1 B 80
1 C 2
2 A 345
etc.
Any thoughts?
i'm new to perl and i'm suppose to write a perl program incorporating two input files(lists HA & NA, and they contain dates and names of infections A, B, C) to produce a tab-delimited output file containing counts of the type of infection grouped by week. I should produce the output file individually for HA and NA (will be used to produce two separate graphs).
Example:
Week Type Counts
1 A 235
1 B 80
1 C 2
2 A 345
etc.
Any thoughts?