if ($i =~ m/[ -~]/) { $rhs .= $i; } else { $rhs .= "."; } #### hello there #### hello.there
## hello there ##
## hello.there