Hi Perl Monks,
I have a text file wherin there is preformatted data. What I need to do is check this data for having only Valid characters,i.e. DOS character set,and point to invalid characters,like Symbols etc.
thanks
Hozefa
Sorry for not being so eleborate in my query.
Below is a snip of the data in a txt file that needs to be checked. As you can see there is an invalid character next to "BENEFICIARY".
I need to remove this character.
The character set I am using is DOS and can be seen as a right pointing arrow in DOS character set.
PER BENEFICIARYS PROFORNA
Thanks
Hozefa.