my $rows = $sth->fetchall_arrayref({}); $_->{nw} = addComma( $_->{nw} ) for @$rows; $tmpl->param( items => $rows ); ## Suitable for: ## ## ## ## ## ##