$report =~ tr/-_.//d; # underscores, dashes, and periods #### tr/_-.//d #### tr/\-_.//d
## tr/_-.//d ##
## tr/\-_.//d