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

Re: Should be simple, What don't I see?

by Aristotle (Chancellor)
on May 31, 2002 at 00:29 UTC ( #170567=note: print w/replies, xml ) Need Help??


in reply to Should be simple, What don't I see?

use strict; use HTML::Entities (); my $firstName = 'first'; my $lastName = 'last'; my $email = 'email@email.com'; # do it The One Correct Way print HTML::Entities::encode("$firstName $lastName <$email>");
See also: perl.com: Preventing Cross-site Scripting Attacks

Makeshifts last the longest.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2023-03-25 10:54 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?