Help for this page
use strict; use warnings 'all'; use DBI; ... my $name = 'William'; my $rc = $sth->execute($name);