if you open the file in vi,say

:%s/ctrl-v & ctrl-p//g

You can check $line =~ s/ctrl-v ctrl-p//g;

Mainly ^ = ctrl-v
       P = ctrl-p

regards
-Ajey


On Thu, 23 Sep 2004, William Martell wrote:

> Hi All,
>
> This  ""  is in a text file that I am working with.  I am trying to
> remove it, but it seems to be a different character in different places
> throughout the text, even though to me, when viewed in Textpad text editor,
> it looks the same.
>
> Is there a special hex code or something that I can use to strip all of
> these from the text file?
>
> Thanks
> Will
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to