Help for this page

Select Code to Download


  1. or download this
    sub get_lower_level_ehms_count()
    {
        my %design_hash = %{ @_[0] };
        local %ehm_count;
        ...
    
  2. or download this
    {
        my %ehm_count;
    ...
            ...
        }
    }