sub get_lower_level_ehms_count() { my %design_hash = %{ @_[0] }; local %ehm_count; ... #### { my %ehm_count; sub get_lower_level_ehms_count { ... } }