Help for this page

Select Code to Download


  1. or download this
    use DBI;
    my $dbh = DBI->connect(...);
    ...
    
    my $evil_string = q{"'|?°*;--};
    $insert->execute($evil_string); # no problem