Help for this page
UPDATE asd_call_lists SET queued = \'t\' WHERE phone = ? AND userid = +?; DBD::Pg::st execute failed: called with 2 bind variables when 0 are ne +eded at . . .
sub _mark_as_called { my $self = shift; ... $sth->execute($phone,$self->{'s'}->{'userid'}); return; }