in reply to Re: file is replaced
in thread file is replaced
If I use the {IT} like this, I code doesn't works.020200001117VUTVS01 00000745B3^V^V^A2^C^D^V^V^A 0000 0001 090104 N S00 +00000000 00001889^B{IT}R
I tried substituting the {IT} as above.while (<DATA>) { s/.*?\{IT\}(.*)/{IT}\n$1/g; s/^\s*//g;
|
|---|