Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Encoding HTML

by kryten (Scribe)
on Apr 14, 2000 at 13:01 UTC ( #7606=snippet: print w/replies, xml ) Need Help??
Description: If you want to display some text that may contain html or html looking elements as part of a webpage, you can use the HTML::Entities module to easily encode and decode it for you.
use HTML::Entities;
my $encoded = encode_entities($html);
my $html = decode_entities( $encoded );
Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2023-03-25 13:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?