Help for this page
my $sth = $dbh->prepare('INSERT INTO your_table(name) VALUES (?)'); $sth->execute($your_name);