The output from a DB is spitting out ^M as the end of some recordsets, which is causing some issues with data handling from a flat file. I need to detect all the data entry points with this issue vs just fix it.
P.S: I don't have access to the DB.
Code:
print $_ if ($_ !~ /[a-z0-9]$/i); but this is not working for me.
P.S: I don't have access to the DB.