Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Preventing XSS

by ikegami (Patriarch)
on Sep 19, 2007 at 20:11 UTC ( [id://639988]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $vars{$_} = HTML::Entities::encode_entities($vars{$_}, '<>&"');
    
  2. or download this
    $encoded = encode_entities($input, '<>&"');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-23 15:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found