Subject: | fetchrow misspelled |
Show quoted text
---- documentation ----
This statement handle can be used for multiple things. First of all you
can retreive a row of data:
my $row = $sth->fetchow_hashref();
---- /documentation ----
missing 'r' in fetchrow_hashref();