Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Convert Entities

by gopalr (Priest)
on Sep 23, 2005 at 14:28 UTC ( [id://494552]=note: print w/replies, xml ) Need Help??


in reply to Convert Entities

Hello

We can Convert Entities by using "encode_entities" method in HTML::Entities Module.

use HTML::Entities; $VAR='£¥Ü¢£áóúñÑ£'; $VAR=encode_entities($VAR); print $VAR;

_________

£¥Ü¢£áóúñÑ£

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://494552]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-24 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found