Help for this page
sub putData { my $self = shift; ... # execute $sth->execute(); }
$mydb->putData( # the SQL ... bar => $data, baz => $obj->method('arg'), );