Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

RE: Re: DB Update w/ Hash

by Anonymous Monk
on Sep 06, 2000 at 14:54 UTC ( [id://31225]=note: print w/replies, xml ) Need Help??


in reply to Re: DB Update w/ Hash
in thread DB Update w/ Hash

What does taint-check mean?

Replies are listed 'Best First'.
RE: RE: Re: DB Update w/ Hash
by davorg (Chancellor) on Sep 06, 2000 at 15:13 UTC

    Taint-checking means using Perl with the -T command line flag. This puts Perl into a mode where it assumes that all data from the outside world is 'tainted' and it won't let you use it until you'll cleaned it up.

    This is a good thing.

    See perldoc perlsec for more details.

    --
    <http://www.dave.org.uk>

    European Perl Conference - Sept 22/24 2000, ICA, London
    <http://www.yapc.org/Europe/>

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-19 08:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found