Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Special characters in perl/cgi

by tangent (Parson)
on Feb 13, 2012 at 19:12 UTC ( [id://953525]=note: print w/replies, xml ) Need Help??


in reply to Special characters in perl/cgi

HTML::Entities also allows you to supply your own character mapping, something I have found very useful. If you look at the source code of that module you will see how to build the map. See also the chr() and ord() functions for another way to represent these characters in Perl. BTW not escaping HTML tags like <H1> can seriously break your form.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found