Help for this page

Select Code to Download


  1. or download this
    sub putData {
        my $self = shift;
    ...
        # execute
        $sth->execute();
    }
    
  2. or download this
    $mydb->putData(
            # the SQL
    ...
            bar => $data,
            baz => $obj->method('arg'),
        );