# Column binding is the most efficient way to fetch data while ($sth->fetch) { print "$region: $sales\n"; }