Hi<br>I'm new to perl and what I want to do is this:<br>I'm receiving a string which contain control caracters ex: $<br>Perl is interpreting them as a variable <br>ex : 02,$VER,DO<br>what I receive in perl is :02,,DO<br>what I expect to receive : 02,$VER,DO<br>tks in advance<br>Annie