Re: Printing the number of times phone number appear in a textfile

2002-03-22 Thread John W. Krahn
Bruce Ambraal wrote: > > Hi all Hello, > In the program below I am attempting to count the number of times that a phone >number(purely digits) occurs in a file of text. > I am not succeeding cause i end up counting all the digits of phone numbers that >occurs. > > Could anyone help. > > >

RE: Printing the number of times phone number appear in a textfile

2002-03-22 Thread Mark Anderson
er your question(s). I'm sure that there is perldoc on hashes, but I can't find it. -Original Message- From: Bruce Ambraal [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 6:31 AM To: [EMAIL PROTECTED] Subject: Printing the number of times phone number appear in a textfile H

Printing the number of times phone number appear in a textfile

2002-03-22 Thread Bruce Ambraal
Hi all In the program below I am attempting to count the number of times that a phone number(purely digits) occurs in a file of text. I am not succeeding cause i end up counting all the digits of phone numbers that occurs. Could anyone help. -