$sth = $dbh->prepare(...); $sth->execute($obj->now); #### $sth->execute(0+$obj->now); #### has now => ( is => 'rw' );