sub build_hash { my %return; @return{@keys} = @values; \%return; }