Help for this page
use DBI; my $dbh = DBI->connect('dbi:mysql:test', 'test', 'test') or die; ... got 1 got 3 ---
__OUTPUT__ DBD::mysql::st fetchall_arrayref failed: fetch() without execute() at +foo.pl line 23. ... DBD::mysql::st fetchall_arrayref failed: fetch() without execute() at +foo.pl line 23. --- [... ad infinitum ..]