Hello,
I need a perl script that converts the content of a simple text document. Like the following:
Content before:
CC[N] -0.007
ZZ[N] 79.854
YY[N] -0.002
XX[N] -0.009
Content after:
X-0.009 Y-0.002 H79.854 C-0.007
I think this shouldn't be too complex, but I don't know how to write a perl script.
Can anybody help me with this?
Many thanks,
Mike
I need a perl script that converts the content of a simple text document. Like the following:
Content before:
CC[N] -0.007
ZZ[N] 79.854
YY[N] -0.002
XX[N] -0.009
Content after:
X-0.009 Y-0.002 H79.854 C-0.007
I think this shouldn't be too complex, but I don't know how to write a perl script.
Can anybody help me with this?
Many thanks,
Mike
Comment