Subject: | Misprint in documentation |
In the documentation, regarding the record iterator, the spelling is
misprinted.
$mysql->query(q{SELECT * FROM table});
my $a_record_iterator = $mysql->create_recrod_iterator();
Actaul : create_recrod_iterator
Expected: create_record_iterator
Please modify it.
Thanks
Kartik