Help for this page
#!/usr/bin/perl -w use strict; ... timethese(100, {'bind' => \&by_bind, 'arrayref' => \&by_arrayref}); $dbh->disconnect();