Help for this page
#!/usr/bin/perl use strict; ... my $table = $dbh->selectall_arrayref($sql); print Dumper($table);