Skip to content

Commit

Permalink
Update DBI.pm
Browse files Browse the repository at this point in the history
Misprints in doc of selectall_hashref
  • Loading branch information
Perlover committed Oct 15, 2018
1 parent 3a317ff commit 84a2fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DBI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4702,8 +4702,8 @@ yields a tree of nested hashes.
If a row has the same key as an earlier row then it replaces the earlier row.
If any method except C<fetchrow_hashref> fails, and L</RaiseError> is not set,
C<selectall_hashref> will return C<undef>. If C<fetchrow_hashref> fails and
If any method except C<fetchall_hashref> fails, and L</RaiseError> is not set,
C<selectall_hashref> will return C<undef>. If C<fetchall_hashref> fails and
L</RaiseError> is not set, then it will return with whatever data it
has fetched thus far. $DBI::err should be checked to catch that.
Expand Down

0 comments on commit 84a2fbc

Please sign in to comment.