Probably a noob question, but I can't find it.
I'm looking at this:
$ary_ref = $dbh->selectrow_arrayref($statement, \%attr, @bind_values);
[
metacpan.org...]
What, exactly, is the use of \%attr? The definition feels like it might be in Greek:
"Reference to a hash of attribute values passed to methods"
I made a test with \%junk and tried printing the key => value of %junk, but it was just empty.