Dear Guru's 

I have some nautical word documents that have been converted to text,
That I am parsing and converting to html.

Everything is easy except for what happens to the degrees,
Apostrophes and quote symbols

In the text document they are written as

Deg = °
Apostrophe (')  = <92>
Open quote (") =  <93>
Closed quote (") = <94>

What I would like to do but can't is
Make The following substitutions:

s/°/&deg;/;
s/<92>/"/;
s/<94>/"/;

Can someone tell me how to do this?

Thank you very much,

Mr. John Kent 

Naval Research Laboratory Code 7500
(831) 656-4890


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


Reply via email to