FW: Hash Values (again)

2002-04-04 Thread Allison Ogle
Basically I have a hash with keys and all the values of these keys are set to zero. Then I step through my input file with the filehandle and I want to compare the filehandle to all of the keys in the hash. if there is a match, I would like to increment the value. My hash is called %seen. Bel

Re: FW: Hash Values (again)

2002-04-04 Thread Chas Owens
On Thu, 2002-04-04 at 11:35, Allison Ogle wrote: > > Basically I have a hash with keys and all the values of these keys are set > to zero. Then I step through my input file with the filehandle and I want > to compare the filehandle to all of the keys in the hash. if there is a > match, I would