my $iter = get_value_iter($oWkBook); while ($iter->(my $item_ref)) { $$item_ref =~ s/^\s+\n$//; }