Help for this page

Select Code to Download


  1. or download this
    # loop over all the records in the input file
        while ( $record = <INPUT_FILE> ) {
    ...
            }
            
        }# end-while
    
  2. or download this
        
    sub H_header {  
        # unpack the record into local fields     
    ...
            # write the claim record
        }
    }