Here's a small documentation fix:

--- ../build/DBI-1.30/DBI.pm    Thu Jul 18 16:24:04 2002
+++ DBI-1.30/DBI.pm     Fri Nov 29 16:27:49 2002
@@ -4513,7 +4513,7 @@ all the rows in one go.
 
 =item C<fetchall_hashref>
 
-  $hash_ref = $dbh->fetchall_hashref($key_field);
+  $hash_ref = $sth->fetchall_hashref($key_field);
 
 The C<fetchall_hashref> method can be used to fetch all the data to be
 returned from a prepared and executed statement handle. It returns a


Regards,
        Slaven

-- 
Slaven Rezic - [EMAIL PROTECTED]

    tknotes - A knotes clone, written in Perl/Tk.
    http://ptktools.sourceforge.net/#tknotes

Reply via email to