Help for this page

Select Code to Download


  1. or download this
    # check whether or not a scalar variable is tainted
    # (code straight from the Camel, 3rd ed., page 561)
    ...
        *is_tainted = $@ ? \&is_tainted_pp : \&Scalar::Util::tainted;
    }