Help for this page

Select Code to Download


  1. or download this
     sub parse_lab_test {
        @segs = split('\r', $b);  # \r is the record terminator
    ...
        }
    }
    
  2. or download this
    sub msh_fields {
        ($mshseg) =  @_;
    ...
              next MAIN;     # Label that ends the script
        } 
    }