my $sql = SQL::Abstract->new; my %fields = (datum => 'NOW()'); my ($sth, @bind) = $sql->update('users', \%fields); print @bind,"\n";