Help for this page
my $rows= $dbh->selectall_arrayref( "SELECT * FROM table", { Slice = +> {} } );
printf "Executed Statement - returned (%d) rows\n", scalar( @$rows ) +;