Help for this page

Select Code to Download


  1. or download this
    Laundering data using regular expression [sic] is the only 
    mechanism for untainting dirty data
    
  2. or download this
    sub untaint {
        my $data = shift;
    ...
            die "somebody tried something nasty, I think: '$data' contains
    + questionable characters.\n";
        }
    }