Help for this page
John Doe Smith
my $sth = $dbh->selectall_arrayref("SELECT lastname FROM dbase"); ... @data = Dumper $sth; print @data;