We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67db714 commit 949380eCopy full SHA for 949380e
lib/DBD/MariaDB.pod
@@ -19,7 +19,6 @@ DBD::MariaDB - MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
19
while (my $ref = $sth->fetchrow_hashref()) {
20
print "Found a row: id = $ref->{'id'}, fn = $ref->{'first_name'}\n";
21
}
22
- $sth->finish();
23
24
=head1 EXAMPLE
25
@@ -55,7 +54,6 @@ DBD::MariaDB - MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
55
54
56
print "Found a row: id = $ref->{'id'}, name = $ref->{'name'}\n";
57
58
59
60
# Disconnect from the database.
61
$dbh->disconnect();
0 commit comments