Help for this page

Select Code to Download


  1. or download this
            # update using the dbh handle
            my ($query, @bind) = $sqla->update(
    ...
                { field2 => $field2_new1 },
            );
            $dbh->do($query, undef, @bind);
    
  2. or download this
    Can't call method "do" on an undefined value at C:/Users/user/eclipse-
    +workspace/myproject/example.pl line 73, <__ANONIO__> line 3.