Help for this page

Select Code to Download


  1. or download this
           Any variable set to a value derived from tainted data will
           itself be tainted, even if it is logically impossible for
           the tainted data to alter the variable.
    
  2. or download this
    $foo = { clean => 'filename.txt' };
    $foo->{dirty} = <>;