Help for this page

Select Code to Download


  1. or download this
    sub build_list {
        ($RECORD,$RI,$RECORDxRI,$RECORDxRI_count_REF,$EACH_RECORD_REF) = @
    +_;
    ...
            # NOTE: I have to dereference both hashes
            # on every iteration of the while loop
    } # end while data
    
  2. or download this
    &build_list(\%hash1,\%hash2);