Help for this page
my $rows = $dbh->selectall_arrayref( $sql, { Slice => {} } );
foreach my $row ( @$rows ) { print $row->{NAME}, "\n"; }