in reply to What I Most Recently Learned in Perl, But Should Have Already Known

That you can get an array of hashes from DBI like this:
my $aoh = $dbh->selectall_arrayref($sql,{Slice => {}});
  • Comment on Re: What I Most Recently Learned in Perl, But Should Have Already Known
  • Download Code