in reply to Is there a cleaner way to write this code below, which includes derferencing references, that themselves have to be dereferenced?
$dbHandle->execute(); while (my @row = $dbHandle->fetchrow_array) { ... } [download]