With the following code you can be rid of control characters forever:
$string_with_ctrl_characters =~ tr/\040-\176/ /c;