Need to exclude non ascii characters, i.e. greater than 7F(hex). Currently the perl script excludes a couple of characters, such as null.
This is done by declaring the character to be excluded, i.e.
Then each line in the file is read and the null replaced by space, i.e.
How should I code the declaration and statement that does the substitution?