DBIx-InsertHash
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/DBIx/InsertHash.pm view on Meta::CPAN
=item dbh (OBJECT)
DBI database handle (you have to L<connect|DBI/connect> yourself). If
this parameter is missing, the object default (see L<new>) is used).
Otherwise it dies.
=back
=cut
sub update {
my ($self, $data, $vars, $where, $table, $dbh) = @_;
my @vars = ($vars ? @$vars : ());
# object defaults
if (ref $self) {
$where ||= $self->where;
$table ||= $self->table;
$dbh ||= $self->dbh;
}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.674 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )