Let me begin by saying I have never used Perl before. I have been tasked to create a script that will parse through records(this much I have done) and validate a telephone number field. I first want to count all the characters in that field, clean the field of all spaces and non numerics, and flag the ones which are not 10 or 4 digits. Then print a list with the old numbers, new numbers and flagged numbers. ANY insight will be GREATLY appreciated!!!!