in reply to Is there a cleaner way to write this code below, which includes derferencing references, that themselves have to be dereferenced?

Do you really need to fetch the whole array before iterating it?
$dbHandle->execute(); while (my @row = $dbHandle->fetchrow_array) { ... }

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
  • Comment on Re: Is there a cleaner way to write this code below, which includes derferencing references, that themselves have to be dereferenced?
  • Select or Download Code