Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Taint mode... use all the time?

by elwarren (Priest)
on Feb 14, 2005 at 16:45 UTC ( [id://430848]=note: print w/replies, xml ) Need Help??


in reply to Taint mode... use all the time?

I'm happy to bang out thousands of lines of code in sessions that last hours on end. The first two lines are always
use strict; use warnings;
But I'm just too lazy to type -T on the command line. Weird.

But in all seriousness, in my personal programming style, I don't want anything as strict as taint checking. I write most of my code for myself, to run as myself. You could say, "turn it on if you're writing a server," but if you really care I would say that as, "turn on taint if you're accepting input from someone else." Servers, scripts running under servers, or clients communicating with other clients.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 17:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found