in reply to The correct way to return arrays from a module
my ($cols_ref, $hw_ref) = new Itiv::Hw->all_hw($dbh, $filter); [download]
for my $col ( @$cols_ref ) { print "$col\n"; } [download]