Hi There,

I would like to change a array @xx looking like this:

R23 4587 4985934 3245324 66666

to:

R23 458XXXX7 4985934 3245324 6666XXXX6

with other words I would like to insert (not replace) XXXX at character
position 8 and 31. I have have tried to use splice and substr but since the
changes have to occur in the middle of the single scalar ($xx[1] and $xx[5])
it dos not work (??)

Thanx
Jakob



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to