while (<FILE>) { ## extract NAME from the record ## count it $names{$name}++; } [download]
In reply to Re: Re: Re: count string occurance by PrakashK in thread count string occurance by softworkz