http://qs321.pair.com?node_id=31225


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/>