- or download this
# hl7_conv
...
return join '', @output;
}
- or download this
[ ~/tmp ] $ perl hl7_conv
INPUT: AB\T\F\S\CD\E\E\E\R\R\R
...
GEN_OUT: AB&F^CD\E\R~R
EXP_OUT: AB&F^CD\E\R~R
hl7_conv: SUCCESS!
- or download this
# hl7_conv
...
return $in;
}
- or download this
# hl7_conv
...
return $in;
}
- or download this
[ ~/tmp ] $ perl hl7_conv
INPUT: AB\T\F\S\CD
...
hl7_conv: SUCCESS!
[ ~/tmp ] $