Help for this page
use strict; use warnings; ... print "$str\n"; my $s = $dbo->prepare("INSERT INTO test VALUES(?);"); $s->execute($str);
+-----------------+ | testcol | +-----------------+ | ????? | +-----------------+