Help for this page

Select Code to Download


  1. or download this
    sub is_tainted {
        return ! eval { eval("#" . substr(join("", @_), 0, 0)); 1 };
    }