Help for this page

Select Code to Download


  1. or download this
    sub is_tainted {
     return ! eval { eval("#" . substr(join("", @_), 0, 0)); 1 };
    }
    
  2. or download this
      $taintModeEnabled = &is_tainted( +(getpwuid(0))[1] );