Help for this page
$sth->execute( $line, $line ) or die ...; my @all_rows = @{ $sth->fetchall_arrayref() };
my @all_rows = @{ $sth->fetchall_arrayref( {} ) };