Help for this page
my $sql = "EXEC dynamic_example @firstname = ?"; $dbh->execute('chris%')
$dbp->execute('dynamic_example', firstname => 'chris');