http://www.perlmonks.org?node_id=1081075

endymion has asked for the wisdom of the Perl Monks concerning the following question:

Hello together, I have a problem with the null character from Unix. I got sometimes this character in an edifact file which is converted by my script. I try to substitute it but it doesn't work. Here are my variantes: s/\\0//g; s/\000//g; s/\^@//g; Maybe you have nother idea. Problem is solved :-) I was in the wrong while loop *lol*