AquaTeenFryMan
MIS
Can some help me write a script? The script needs to open a file, read a column( <ID #> ) for ID's and give total count ID's present in that column. The file is a flat text file and is tab delimited. Although I realize this is probably a simple task, I am horrible at Perl. Can some help me write the script or point me in the right direction? Any help of any kind would be great. Thank you.
ex:
<ID #> <Name>
00000 Joe
00000 John
00000 Sam
ex:
<ID #> <Name>
00000 Joe
00000 John
00000 Sam