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