I'm using this line of Perl to make some conversions
in a text file:

grep( s/\\325/'/g, @text );

To convert all \325 to '

But how can I convert a numeric code (\300) to an
upside down question mark (as in Spanish)?

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to