Hi! Got following problem:
Want to substitute roman digits (I...) with arabic(1...): $corr_line="<Band>Vol. I, parte speciale" (example, position of I may vary) $corr_line=~s/(>| |,|;)I( |,|;|:|\n)/$11$2/; I think that I have to interpolate the variables but don't know how. Can anybody give me a hint? Thanks, Daniel -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]