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

Re: So, now what are taints?

by biosysadmin (Deacon)
on Mar 28, 2004 at 20:03 UTC ( [id://340427]=note: print w/replies, xml ) Need Help??


in reply to So, now what are taints?

It's a mode used to keep you honest when accepting input from potentially unsafe sources, such as CGI scripts. It's a good thing for certain applications, but you should definitely understand what it's doing before using it. Using warnings and strict are more general pragmas that could reasonably be applied to all of your programs, taint checking has a more specific application.

See the perlsec manpage for more information.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-19 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found