$sth_m->execute or die "executing: ", $dbh_m->errstr; my $table = $sth_m->fetchall_arrayref; foreach my $row (@$table) { print " "; print " $row->[0]"; print " $row->[1] $row->[2]"; print " $row->[3]"; print " $row->[4]"; print " $row->[5]"; print " $row->[6]"; print " $row->[7]"; print " "; } #### ------------ :Wq Not an editor command: Wq